aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppStream.cpp')
-rw-r--r--source/QXmppStream.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/QXmppStream.cpp b/source/QXmppStream.cpp
index 5f843f4c..953fcaf2 100644
--- a/source/QXmppStream.cpp
+++ b/source/QXmppStream.cpp
@@ -323,7 +323,6 @@ void QXmppStream::parser(const QByteArray& data)
{
QString ns = nodeRecv.namespaceURI();
- debug("Namespace: " + ns + " Tag: " + nodeRecv.tagName() );
// if we receive any kind of data, stop the timeout timer
m_timeoutTimer->stop();