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

remove vestiges of debug

This commit is contained in:
Leo Franchi
2011-05-26 08:55:12 -04:00
parent d5df5f7676
commit fd29a966eb
2 changed files with 1 additions and 2 deletions

View File

@@ -66,7 +66,6 @@ EchonestGenerator::EchonestGenerator ( QObject* parent )
QNetworkReply* moods = Echonest::Artist::listTerms( "mood" );
connect( moods, SIGNAL( finished() ), this, SLOT( moodsReceived() ) );
QTimer::singleShot( 20000, this, SLOT( get() ) );
// qDebug() << "ECHONEST:" << m_logo.size();
}