Fixed #6261 (bookmarks dont work when searching in bookmarks disabled)
[mdictionary] / trunk / src / base / gui / MainWindow.cpp
index bd58ab0..4f73d2b 100644 (file)
@@ -341,7 +341,6 @@ void MainWindow::showNotify(Notify::NotifyType type, QString text) {
         break;
 
     case Notify::Warning:
-        qDebug() << text;
         #ifndef Q_WS_MAEMO_5
                 QMessageBox::warning(this, "Warning", text);
                 break;