fix db worning in xdxf plugin
[mdictionary] / trunk / src / plugins / xdxf / src / TranslationXdxf.cpp
index d505d7a..0bd9718 100644 (file)
@@ -28,7 +28,7 @@
 
 TranslationXdxf::TranslationXdxf():_key(""),_dictionaryInfo("") {
     xdxfPlugin=0;
-    qDebug()<<"\n\n create translaton Xdxf\n\n";
+//   qDebug()<<"\n\n create translaton Xdxf\n\n";
 }
 
 TranslationXdxf::TranslationXdxf(QString _key, QString _dictionaryInfo,
@@ -38,11 +38,11 @@ TranslationXdxf::TranslationXdxf(QString _key, QString _dictionaryInfo,
         _dictHash = xdxfPlugin->hash();
     _bookmark=0;
 
-    qDebug()<<"create translaton Xdxf";
+//    qDebug()<<"create translaton Xdxf";
 }
 
 TranslationXdxf::~TranslationXdxf() {
-    qDebug()<<"delete translation:: Xdxf";
+//    qDebug()<<"delete translation:: Xdxf";
 }
 
 QString TranslationXdxf::key() const {