1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

* Remove obsolete debug output.

This commit is contained in:
Christian Muehlhaeuser
2011-07-19 23:34:59 +02:00
parent 066aac7e26
commit 1a81a292fc

View File

@@ -347,8 +347,8 @@ Pipeline::setQIDState( const Tomahawk::query_ptr& query, int state )
else else
{ {
// qDebug() << Q_FUNC_INFO << "removing" << query->id() << state; // qDebug() << Q_FUNC_INFO << "removing" << query->id() << state;
if ( m_qidsState.remove( query->id() ) ) m_qidsState.remove( query->id() );
qDebug() << "Queries running:" << m_qidsState.count(); // qDebug() << "Queries running:" << m_qidsState.count();
} }
} }