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