diff --git a/src/libtomahawk/query.cpp b/src/libtomahawk/query.cpp index 457fb2fda..6ae6f03fd 100644 --- a/src/libtomahawk/query.cpp +++ b/src/libtomahawk/query.cpp @@ -180,8 +180,6 @@ Query::addResults( const QList< Tomahawk::result_ptr >& newresults ) void Query::refreshResults() { - tDebug() << "Re-resolving query:" << toString() << s_queries.contains( id() ); - if ( m_resolveFinished ) { m_resolveFinished = false;