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:
@@ -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";
|
||||||
|
Reference in New Issue
Block a user