From 30791e9bdc9d6728ea4e99009c21f3fdc4400fc1 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 6 Apr 2012 22:48:44 -0400 Subject: [PATCH] less debug --- src/accounts/spotify/SpotifyAccount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounts/spotify/SpotifyAccount.cpp b/src/accounts/spotify/SpotifyAccount.cpp index 5389b8e28..7ff302c5f 100644 --- a/src/accounts/spotify/SpotifyAccount.cpp +++ b/src/accounts/spotify/SpotifyAccount.cpp @@ -296,7 +296,7 @@ SpotifyAccount::saveConfig() m_configWidget.data()->saveSettings(); foreach ( SpotifyPlaylistInfo* pl, m_allSpotifyPlaylists ) { - qDebug() << "Checking changed state:" << pl->changed << pl->name << pl->sync; +// qDebug() << "Checking changed state:" << pl->changed << pl->name << pl->sync; if ( pl->changed ) { pl->changed = false;