diff --git a/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp b/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp index 161364b73..46d064c7b 100644 --- a/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp +++ b/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin.cpp @@ -345,7 +345,7 @@ ChartsPlugin::chartTypes() foreach( const QString& c, extraType.keys() ) { charts[ c ] = extraType[ c ]; - qDebug() << "extraType has types:" << c; +// qDebug() << "extraType has types:" << c; } if( source == "itunes" ){ chartName = "iTunes";