1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 01:09:42 +01:00

* Remove obsolete debug output.

This commit is contained in:
Christian Muehlhaeuser 2012-05-18 12:04:05 +02:00
parent 8d6d584bb4
commit 91205b8fd7

View File

@ -163,8 +163,6 @@ DatabaseCommand_AllTracks::exec( DatabaseImpl* dbi )
ql << qry;
}
qDebug() << Q_FUNC_INFO << ql.length();
emit tracks( ql, data() );
emit done( m_collection );
}