code clean
[mdictionary] / src / plugins / xdxf / XdxfDialog.cpp
index 7053030..80af106 100644 (file)
@@ -296,7 +296,6 @@ void XdxfDialog::initializeUI() {
 
 
 void XdxfDialog::setAccents(bool accents) {
-    qDebug()<<"setAcents"<<accents;
     _accents = accents;
 }
 
@@ -346,7 +345,6 @@ void XdxfDialog::selectFile() {
 
 void XdxfDialog::fileDownloaded(QString) {
 #ifndef Q_WS_MAEMO_5
-    qDebug()<<"fileDownloaded";
     emit setPath(tr("Dictionary file: %1").arg(XdxfPlugin::dictDownloader.downloadedFile()));
     _dictionaryFilePath = XdxfPlugin::dictDownloader.downloadedFile();
 #else