[Telepathy-commits] [telepathy-qt4/master] Removed debug.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Mon Dec 29 12:52:52 PST 2008


---
 TelepathyQt4/manager-file.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/TelepathyQt4/manager-file.cpp b/TelepathyQt4/manager-file.cpp
index 7012469..4d872c7 100644
--- a/TelepathyQt4/manager-file.cpp
+++ b/TelepathyQt4/manager-file.cpp
@@ -177,7 +177,6 @@ bool ManagerFile::Private::hasParameter(const QString &protocol,
 {
     ParamSpecList paramSpecList = protocolParams[protocol];
     Q_FOREACH (ParamSpec paramSpec, paramSpecList) {
-        qDebug() << "comparing paramSpec.name with paramName" << paramSpec.name << paramName;
         if (paramSpec.name == paramName) {
             return true;
         }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list