mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 01:39:42 +01:00
* Remove obsolete debug output.
This commit is contained in:
parent
066aac7e26
commit
1a81a292fc
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user