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:
parent
14639337d4
commit
7f9fc557a9
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user