1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Remove assert as it might happen in valid conditions sometimes

This commit is contained in:
Leo Franchi 2012-06-08 15:43:06 +02:00
parent e0d6d5ef6b
commit 7af7a8784f

View File

@ -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