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:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user