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:
parent
96c5e7ebca
commit
859a398da0
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user