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

* Remove debugging output.

This commit is contained in:
Christian Muehlhaeuser 2011-11-08 15:30:53 +01:00
parent 14639337d4
commit 7f9fc557a9

View File

@ -283,9 +283,6 @@ TreeProxyModel::lessThan( const QModelIndex& left, const QModelIndex& right ) co
const QString& lefts = textForItem( p1 );
const QString& rights = textForItem( p2 );
tDebug() << lefts << albumpos1;
tDebug() << rights << albumpos2;
if ( albumpos1 != albumpos2 )
return albumpos1 < albumpos2;