diff --git a/src/libtomahawk/widgets/whatshotwidget.cpp b/src/libtomahawk/widgets/whatshotwidget.cpp index 7ef9d2fe0..509d82c9c 100644 --- a/src/libtomahawk/widgets/whatshotwidget.cpp +++ b/src/libtomahawk/widgets/whatshotwidget.cpp @@ -326,7 +326,7 @@ QStandardItem* WhatsHotWidget::parseNode( QStandardItem* parentItem, const QString &label, const QVariant &data ) { Q_UNUSED( parentItem ); - tDebug( LOGVERBOSE ) << "WhatsHot:: parsing " << label; +// tDebug( LOGVERBOSE ) << "WhatsHot:: parsing " << label; QStandardItem *sourceItem = new QStandardItem(label);