1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

remove offensively verbose debug

This commit is contained in:
Leo Franchi
2011-08-17 13:46:12 -04:00
parent 77d60fa02d
commit 31d19196e2

View File

@@ -159,7 +159,6 @@ AlbumModel::headerData( int section, Qt::Orientation orientation, int role ) con
Qt::ItemFlags Qt::ItemFlags
AlbumModel::flags( const QModelIndex& index ) const AlbumModel::flags( const QModelIndex& index ) const
{ {
qDebug() << "asking for flags for index" << index;
Qt::ItemFlags defaultFlags = QAbstractItemModel::flags( index ); Qt::ItemFlags defaultFlags = QAbstractItemModel::flags( index );
if ( index.isValid() && index.column() == 0 ) if ( index.isValid() && index.column() == 0 )