1
0
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:
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
{
// 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();
}
}