]> Git trees. - libqmvoc.git/commitdiff
commented out some debug statements to clean up console out put until/unless they...
authorJeremy Paul Whiting <jpwhiting@kde.org>
Thu, 26 Jul 2007 04:47:36 +0000 (04:47 +0000)
committerJeremy Paul Whiting <jpwhiting@kde.org>
Thu, 26 Jul 2007 04:47:36 +0000 (04:47 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=692639

kdeeducore/keduvockvtmlreader.cpp

index 7a161f2e5ff8776fd31deb419c96c394e5f11b1f..065ccf2714050f8965b6e04e94bb00a01ef10968 100644 (file)
@@ -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) {