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:
parent
43c4cebe12
commit
8c29aeecfe
@ -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 ) )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user