From 46e9ef5b3483cab5512c8b0464f946e4d4dfc26a Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 26 Apr 2010 08:17:20 +0000 Subject: don't systematically dump tag / namespace, pollutes logs --- source/QXmppStream.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source') 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(); -- cgit v1.2.3