]> Git trees. - libqmvoc.git/commitdiff
remove debug
authorFrederik Gladhorn <gladhorn@kde.org>
Sat, 26 Apr 2008 21:06:33 +0000 (21:06 +0000)
committerFrederik Gladhorn <gladhorn@kde.org>
Sat, 26 Apr 2008 21:06:33 +0000 (21:06 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=801572

keduvocdocument/keduvoctranslation.cpp

index b2dd481ea2d2e0f78b150dd73090a5be355404eb..6cc4ff7eeb4847f911f50bc49bfc9920a9c376d3 100644 (file)
@@ -429,7 +429,6 @@ void KEduVocTranslation::fromKVTML2(QDomElement & parent)
     while ( !conjugationElement.isNull() ) {
         QDomElement tenseElement = conjugationElement.firstChildElement( KVTML_TENSE );
         QString tense = tenseElement.text();
-kDebug() << "Read Conjugation: " << text() << tenseElement.text();
         KEduVocConjugation *conjugation = KEduVocConjugation::fromKVTML2(conjugationElement);
         setConjugation(tense, *conjugation);
         delete conjugation;