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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user