aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-04-26 08:17:20 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-04-26 08:17:20 +0000
commit46e9ef5b3483cab5512c8b0464f946e4d4dfc26a (patch)
treebef02f75b21d97e7258eb904edf9414b65113445 /source/QXmppStream.cpp
parent74d86f9ad0ad9b80eb8be1651b93acb5e615b432 (diff)
downloadqxmpp-46e9ef5b3483cab5512c8b0464f946e4d4dfc26a.tar.gz
don't systematically dump tag / namespace, pollutes logs
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();