1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 00:24:12 +02:00

* Removed debug.

This commit is contained in:
Christian Muehlhaeuser
2011-08-14 00:54:50 +02:00
parent 65835fc2b2
commit 99c61d1731

View File

@@ -498,7 +498,6 @@ TreeModel::onArtistsAdded( const QList<Tomahawk::artist_ptr>& artists )
} }
emit endInsertRows(); emit endInsertRows();
qDebug() << rowCount( QModelIndex() );
emit loadingFinished(); emit loadingFinished();
} }
@@ -599,12 +598,9 @@ TreeModel::onTracksAdded( const QList<Tomahawk::query_ptr>& tracks, const QVaria
void void
TreeModel::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestData, QVariant output ) TreeModel::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestData, QVariant output )
{ {
// qDebug() << Q_FUNC_INFO;
if ( requestData.caller != s_tmInfoIdentifier || if ( requestData.caller != s_tmInfoIdentifier ||
( requestData.type != Tomahawk::InfoSystem::InfoAlbumCoverArt && requestData.type != Tomahawk::InfoSystem::InfoArtistImages ) ) ( requestData.type != Tomahawk::InfoSystem::InfoAlbumCoverArt && requestData.type != Tomahawk::InfoSystem::InfoArtistImages ) )
{ {
// qDebug() << "Info of wrong type or not with our identifier";
return; return;
} }