mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
* Remove obsolete debug output.
This commit is contained in:
@@ -347,8 +347,8 @@ Pipeline::setQIDState( const Tomahawk::query_ptr& query, int state )
|
||||
else
|
||||
{
|
||||
// qDebug() << Q_FUNC_INFO << "removing" << query->id() << state;
|
||||
if ( m_qidsState.remove( query->id() ) )
|
||||
qDebug() << "Queries running:" << m_qidsState.count();
|
||||
m_qidsState.remove( query->id() );
|
||||
// qDebug() << "Queries running:" << m_qidsState.count();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user