1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 05:37:29 +02: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() ) foreach( const QString& c, extraType.keys() )
{ {
charts[ c ] = extraType[ c ]; charts[ c ] = extraType[ c ];
qDebug() << "extraType has types:" << c; // qDebug() << "extraType has types:" << c;
} }
if( source == "itunes" ){ if( source == "itunes" ){
chartName = "iTunes"; chartName = "iTunes";