From 42d488eaac44e0113563037c702004398662c504 Mon Sep 17 00:00:00 2001
From: Leo Franchi <lfranchi@kde.org>
Date: Sat, 31 Mar 2012 11:44:49 -0400
Subject: [PATCH] Uncomment assert for now

---
 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 3b580d7c2..b00d25729 100644
--- a/src/accounts/spotify/SpotifyAccount.cpp
+++ b/src/accounts/spotify/SpotifyAccount.cpp
@@ -187,7 +187,7 @@ SpotifyAccount::resolverMessage( const QString &msgType, const QVariantMap &msg
         SpotifyPlaylistUpdater* updater = m_updaters[ plid ];
 
         // If we're not syncing with this, the resolver is quite misinformed.
-        Q_ASSERT( updater && updater->sync() );
+//         Q_ASSERT( updater && updater->sync() );
         if ( !updater || !updater->sync() )
             return;