1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 00:24:12 +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();
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;