From 585bfcdc49e735d06a178019db507e97c44943b8 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Tue, 9 Aug 2011 07:12:55 -0400 Subject: [PATCH] debug-- --- src/sourcetree/sourcesmodel.cpp | 1 - 1 file changed, 1 deletion(-) 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;