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

* Remove nasty debug output.

This commit is contained in:
Christian Muehlhaeuser 2011-05-20 00:07:11 +02:00
parent 43c4cebe12
commit 8c29aeecfe

View File

@ -383,11 +383,11 @@ Playlist::setNewRevision( const QString& rev,
QList<plentry_ptr> entries;
foreach( const QString& id, neworderedguids )
{
qDebug() << "id:" << id;
/* qDebug() << "id:" << id;
qDebug() << "newordered:" << neworderedguids.count() << neworderedguids;
qDebug() << "entriesmap:" << entriesmap.count() << entriesmap;
qDebug() << "addedmap:" << addedmap.count() << addedmap;
qDebug() << "m_entries" << m_entries;
qDebug() << "m_entries" << m_entries; */
if( entriesmap.contains( id ) )
{