summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/queue/qpid.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/components/queue/qpid.hpp')
-rw-r--r--sca-cpp/trunk/components/queue/qpid.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sca-cpp/trunk/components/queue/qpid.hpp b/sca-cpp/trunk/components/queue/qpid.hpp
index 77361461c6..076d9f1241 100644
--- a/sca-cpp/trunk/components/queue/qpid.hpp
+++ b/sca-cpp/trunk/components/queue/qpid.hpp
@@ -68,7 +68,6 @@ public:
QpidConnection& operator=(const QpidConnection& qc) = delete;
~QpidConnection() {
- debug("queue::~qpidonnection");
if (!owner)
return;
c.close();
@@ -109,7 +108,6 @@ public:
}
~QpidSession() {
- debug("queue::~qpidsession");
if (!owner)
return;
s.close();