mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Remove debugging output.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user