1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

less debug

This commit is contained in:
Leo Franchi
2012-04-06 22:48:44 -04:00
parent af1a8ea8b4
commit 30791e9bdc

View File

@@ -296,7 +296,7 @@ SpotifyAccount::saveConfig()
m_configWidget.data()->saveSettings(); m_configWidget.data()->saveSettings();
foreach ( SpotifyPlaylistInfo* pl, m_allSpotifyPlaylists ) 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 ) if ( pl->changed )
{ {
pl->changed = false; pl->changed = false;