From 27cb75f792101416cdf557ffda2434895884a85f Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Sat, 26 Apr 2008 21:06:33 +0000 Subject: [PATCH] remove debug svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=801572 --- keduvocdocument/keduvoctranslation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/keduvocdocument/keduvoctranslation.cpp b/keduvocdocument/keduvoctranslation.cpp index b2dd481..6cc4ff7 100644 --- a/keduvocdocument/keduvoctranslation.cpp +++ b/keduvocdocument/keduvoctranslation.cpp @@ -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; -- 2.47.3