1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

Remove extra debug

This commit is contained in:
Hugo Lindström 2013-01-24 19:53:40 +01:00
parent 96c5e7ebca
commit 859a398da0

View File

@ -497,8 +497,6 @@ ChartsPlugin::chartsList()
/// If this item has expired, set it to 0.
c[ "expires" ] = ( ok ? QString::number (expires ) : QString::number( 0 ) );
qDebug() << Q_FUNC_INFO << "Setting type to " << type << " Extra to " << extra;
QList< Tomahawk::InfoSystem::InfoStringHash > extraTypeData = extraType[ extra ][ type ].value< QList< Tomahawk::InfoSystem::InfoStringHash > >();
extraTypeData.append( c );
extraType[ extra ][ type ] = QVariant::fromValue< QList< Tomahawk::InfoSystem::InfoStringHash > >( extraTypeData );