code clean
[mdictionary] / src / plugins / google / GooglePlugin.cpp
index 733a51f..3c3ff11 100644 (file)
@@ -218,7 +218,6 @@ QList<Translation*> GooglePlugin::searchWordList(QString word, int ) {
         }
 
         QString text = QString::fromUtf8(http->readAll());
-//        qDebug()<<"google test"<<text;
         text=jsonParse(text);
         if(text!="") {
             text="<key>" + word + "</key>" + "<t>" + text + "</t>";