1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 09:49:42 +01:00

* Remove obsolete debug output.

This commit is contained in:
Christian Muehlhaeuser 2011-08-25 03:51:47 +02:00
parent 3e0092d299
commit 67acb25da0

View File

@ -176,7 +176,6 @@ Pipeline::reportResults( QID qid, const QList< result_ptr >& results )
}
const query_ptr& q = m_qids.value( qid );
tDebug() << q->toString() << results.count();
if ( !results.isEmpty() )
{
q->addResults( results );