Fixed #6261 (bookmarks dont work when searching in bookmarks disabled)
[mdictionary] / trunk / src / plugins / xdxf / src / xdxfplugin.cpp
index 0cac66b..4ed34dd 100644 (file)
@@ -522,7 +522,6 @@ bool XdxfPlugin::makeCache(QString dir) {
             counter++;
             int prog = counter*100/_wordsCount;
             if(prog % 5 == 0 && lastProg != prog) {
-                qDebug() << prog;
                 Q_EMIT updateCachingProgress(prog,
                                              timer.restart());
                 lastProg = prog;