diff --git a/src/libtomahawk/playlist/treemodel.cpp b/src/libtomahawk/playlist/treemodel.cpp index 56d8c2540..af61bd583 100644 --- a/src/libtomahawk/playlist/treemodel.cpp +++ b/src/libtomahawk/playlist/treemodel.cpp @@ -498,7 +498,6 @@ TreeModel::onArtistsAdded( const QList& artists ) } emit endInsertRows(); - qDebug() << rowCount( QModelIndex() ); emit loadingFinished(); } @@ -599,12 +598,9 @@ TreeModel::onTracksAdded( const QList& tracks, const QVaria void TreeModel::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestData, QVariant output ) { -// qDebug() << Q_FUNC_INFO; - if ( requestData.caller != s_tmInfoIdentifier || ( requestData.type != Tomahawk::InfoSystem::InfoAlbumCoverArt && requestData.type != Tomahawk::InfoSystem::InfoArtistImages ) ) { -// qDebug() << "Info of wrong type or not with our identifier"; return; }