mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
* Remove obsolete debug output.
This commit is contained in:
@@ -163,8 +163,6 @@ DatabaseCommand_AllTracks::exec( DatabaseImpl* dbi )
|
|||||||
ql << qry;
|
ql << qry;
|
||||||
}
|
}
|
||||||
|
|
||||||
qDebug() << Q_FUNC_INFO << ql.length();
|
|
||||||
|
|
||||||
emit tracks( ql, data() );
|
emit tracks( ql, data() );
|
||||||
emit done( m_collection );
|
emit done( m_collection );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user