Refreshing notification only in maemo
[mdictionary] / src / mdictionary / gui / TranslationWidget.cpp
index 10358ee..18604d6 100644 (file)
@@ -84,8 +84,6 @@ void TranslationWidget::show(QStringList translations) {
             + trans + tr("\n </ar>");
 
 
-    qDebug()<<trans<<endl;
-
     trans=XslConversion(trans);
 
     QString head = "<html><head>";
@@ -100,9 +98,6 @@ void TranslationWidget::show(QStringList translations) {
     webkit->setHtml(trans, QUrl().fromLocalFile("/"));
 
 
-    qDebug()<<webkit->page()->currentFrame()->toHtml();
-
-
     //webkit->repaint(this->rect());
     //update(this->rect());