diff --git a/src/sourcetree/sourcesmodel.cpp b/src/sourcetree/sourcesmodel.cpp index 5c5254624..7330c53c1 100644 --- a/src/sourcetree/sourcesmodel.cpp +++ b/src/sourcetree/sourcesmodel.cpp @@ -299,7 +299,6 @@ SourcesModel::activatePlaylistPage( ViewPage* p, SourceTreeItem* i ) if( !i ) return false; - qDebug() << "Doing an activation check on:" << p << i; if( qobject_cast< PlaylistItem* >( i ) && qobject_cast< PlaylistItem* >( i )->activateCurrent() ) return true;