mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
* Remove nasty debug output.
This commit is contained in:
@@ -383,11 +383,11 @@ Playlist::setNewRevision( const QString& rev,
|
|||||||
QList<plentry_ptr> entries;
|
QList<plentry_ptr> entries;
|
||||||
foreach( const QString& id, neworderedguids )
|
foreach( const QString& id, neworderedguids )
|
||||||
{
|
{
|
||||||
qDebug() << "id:" << id;
|
/* qDebug() << "id:" << id;
|
||||||
qDebug() << "newordered:" << neworderedguids.count() << neworderedguids;
|
qDebug() << "newordered:" << neworderedguids.count() << neworderedguids;
|
||||||
qDebug() << "entriesmap:" << entriesmap.count() << entriesmap;
|
qDebug() << "entriesmap:" << entriesmap.count() << entriesmap;
|
||||||
qDebug() << "addedmap:" << addedmap.count() << addedmap;
|
qDebug() << "addedmap:" << addedmap.count() << addedmap;
|
||||||
qDebug() << "m_entries" << m_entries;
|
qDebug() << "m_entries" << m_entries; */
|
||||||
|
|
||||||
if( entriesmap.contains( id ) )
|
if( entriesmap.contains( id ) )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user