From: Jeremy Paul Whiting Date: Thu, 26 Jul 2007 04:47:36 +0000 (+0000) Subject: commented out some debug statements to clean up console out put until/unless they... X-Git-Tag: v3.92.0~2 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=447f0502e7da37eafb90d5b76cca25e9ced423ee;p=libqmvoc.git commented out some debug statements to clean up console out put until/unless they are needed again later svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=692639 --- diff --git a/kdeeducore/keduvockvtmlreader.cpp b/kdeeducore/keduvockvtmlreader.cpp index 7a161f2..065ccf2 100644 --- a/kdeeducore/keduvockvtmlreader.cpp +++ b/kdeeducore/keduvockvtmlreader.cpp @@ -279,7 +279,7 @@ bool KEduVocKvtmlReader::readArticle(QDomElement &domElementParent) for (int i = 0; i < entryList.count(); ++i) { -kDebug() << "KEduVocKvtmlReader::readArticle() read " << entryList.count() << " articles. " << endl; +//kDebug() << "KEduVocKvtmlReader::readArticle() read " << entryList.count() << " articles. " << endl; currentElement = entryList.item(i).toElement(); if (currentElement.parentNode() == domElementParent) { QString lang; @@ -293,7 +293,7 @@ kDebug() << "KEduVocKvtmlReader::readArticle() read " << entryList.count() << " else lang = "original"; m_doc->appendIdentifier(lang); -kDebug() << " Identifier " << i << " is " << lang << endl; +//kDebug() << " Identifier " << i << " is " << lang << endl; } else { @@ -1159,7 +1159,7 @@ bool KEduVocKvtmlReader::readExpression(QDomElement &domElementParent) } //kDebug() << " TranslationList.count(): " << translationList.count() << " Entry count: " << m_doc->entryCount() << endl; if (m_doc->entryCount() == 0) { // this is because in kvtml the languages are saved in the FIRST ENTRY ONLY. -kDebug() << " Read Expression with identifiers: " << i << endl; +//kDebug() << " Read Expression with identifiers: " << i << endl; // new translation if (lang.isEmpty()) { if (i == 0) {