summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/chat/xmpp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/components/chat/xmpp.hpp')
-rw-r--r--sca-cpp/trunk/components/chat/xmpp.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sca-cpp/trunk/components/chat/xmpp.hpp b/sca-cpp/trunk/components/chat/xmpp.hpp
index 88174613a0..31b4ed3a13 100644
--- a/sca-cpp/trunk/components/chat/xmpp.hpp
+++ b/sca-cpp/trunk/components/chat/xmpp.hpp
@@ -51,7 +51,6 @@ public:
}
~XMPPRuntime() {
- debug("chat::~xmppruntime");
xmpp_shutdown();
}
@@ -79,7 +78,6 @@ public:
XMPPClient& operator=(const XMPPClient& xc) = delete;
~XMPPClient() {
- debug("chat::~xmppclient");
extern const failable<bool> disconnect(XMPPClient& xc);
if (!owner)
return;