From 7f9fc557a979e61804b262cb1da12af945f936f0 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 8 Nov 2011 15:30:53 +0100 Subject: [PATCH] * Remove debugging output. --- src/libtomahawk/playlist/treeproxymodel.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libtomahawk/playlist/treeproxymodel.cpp b/src/libtomahawk/playlist/treeproxymodel.cpp index e147bfc29..a3a7acec3 100644 --- a/src/libtomahawk/playlist/treeproxymodel.cpp +++ b/src/libtomahawk/playlist/treeproxymodel.cpp @@ -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;