]> Git trees. - libqmvoc.git/commitdiff
debug--
authorFrederik Gladhorn <gladhorn@kde.org>
Sun, 15 Jun 2008 12:53:11 +0000 (12:53 +0000)
committerFrederik Gladhorn <gladhorn@kde.org>
Sun, 15 Jun 2008 12:53:11 +0000 (12:53 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=820787

keduvocdocument/keduvocexpression.cpp

index e606b53d4f42a06906298ddf65f77eb9156954d1..987b7b3073d3c61905406d55229ec27cb5e27bed 100644 (file)
@@ -104,7 +104,6 @@ KEduVocExpression& KEduVocExpression::operator= ( const KEduVocExpression &other
     *d = *other.d;
     foreach (int key, other.d->m_translations.keys()) {
         d->m_translations[key] = new KEduVocTranslation(*other.d->m_translations.value(key));
-        kDebug() << "copy translation: " << other.d->m_translations.value(key)->text();
         d->m_translations[key]->setEntry(this);
     }
     return *this;