1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Remove super spammy debug

This commit is contained in:
Leo Franchi 2011-11-02 20:42:16 -04:00
parent f025edf095
commit b94445b32a

View File

@ -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";