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:
@@ -66,7 +66,6 @@ EchonestGenerator::EchonestGenerator ( QObject* parent )
|
|||||||
QNetworkReply* moods = Echonest::Artist::listTerms( "mood" );
|
QNetworkReply* moods = Echonest::Artist::listTerms( "mood" );
|
||||||
connect( moods, SIGNAL( finished() ), this, SLOT( moodsReceived() ) );
|
connect( moods, SIGNAL( finished() ), this, SLOT( moodsReceived() ) );
|
||||||
|
|
||||||
QTimer::singleShot( 20000, this, SLOT( get() ) );
|
|
||||||
// qDebug() << "ECHONEST:" << m_logo.size();
|
// qDebug() << "ECHONEST:" << m_logo.size();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
thirdparty/jreen
vendored
2
thirdparty/jreen
vendored
Submodule thirdparty/jreen updated: a231a2b386...8f995f2466
Reference in New Issue
Block a user