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:
@@ -159,7 +159,6 @@ AlbumModel::headerData( int section, Qt::Orientation orientation, int role ) con
|
||||
Qt::ItemFlags
|
||||
AlbumModel::flags( const QModelIndex& index ) const
|
||||
{
|
||||
qDebug() << "asking for flags for index" << index;
|
||||
Qt::ItemFlags defaultFlags = QAbstractItemModel::flags( index );
|
||||
|
||||
if ( index.isValid() && index.column() == 0 )
|
||||
|
Reference in New Issue
Block a user