From 2d439ed959e472dbfbdee3c9882663a106ca69e0 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Thu, 20 Oct 2011 18:29:11 -0400 Subject: [PATCH] remove spammy debug --- src/libtomahawk/query.cpp | 2 -- 1 file changed, 2 deletions(-) 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;