From 7af7a8784f85205e4a3434a4a175e5c3a91b3d20 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 8 Jun 2012 15:43:06 +0200 Subject: [PATCH] Remove assert as it might happen in valid conditions sometimes --- src/libtomahawk/accounts/spotify/SpotifyAccount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp b/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp index 5f4add6ec..a7b87d896 100644 --- a/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp +++ b/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp @@ -822,7 +822,7 @@ SpotifyAccount::startPlaylistSyncWithPlaylist( const QString& msgType, const QVa */ if ( m_updaters.contains( id ) ) { - Q_ASSERT( m_updaters[ id ]->sync() == false ); /// Should have been unchecked/off before + //Q_ASSERT( m_updaters[ id ]->sync() == false ); /// Should have been unchecked/off before m_updaters[ id ]->setSync( true ); // m_updaters[ id ]-> // TODO