1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 08:04:25 +02:00

* Remove debug output again.

This commit is contained in:
Christian Muehlhaeuser
2012-07-01 05:44:30 +02:00
parent 7946362dcf
commit 2d4f7c8898

View File

@@ -519,7 +519,6 @@ LastFmInfoPlugin::notInCacheSlot( QHash<QString, QString> criteria, Tomahawk::In
{
QString artistName = criteria["artist"];
QString albumName = criteria["album"];
tDebug() << Q_FUNC_INFO << artistName << albumName;
QUrl imgurl( "http://ws.audioscrobbler.com/2.0/" );
imgurl.addQueryItem( "method", "album.imageredirect" );
@@ -540,7 +539,6 @@ LastFmInfoPlugin::notInCacheSlot( QHash<QString, QString> criteria, Tomahawk::In
case InfoArtistImages:
{
QString artistName = criteria["artist"];
tDebug() << Q_FUNC_INFO << artistName;
QUrl imgurl( "http://ws.audioscrobbler.com/2.0/" );
imgurl.addQueryItem( "method", "artist.imageredirect" );