1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-29 16:50:11 +02:00

Comment out failing assert until correctly fixed

This commit is contained in:
Uwe L. Korn
2014-06-19 15:54:07 +01:00
parent cb95f7b27d
commit 58d0414498

View File

@@ -273,7 +273,8 @@ DatabaseCommand_SetPlaylistRevision::exec( DatabaseImpl* lib )
{ {
tDebug() << "Not updating current revision, optimistic locking fail" << currentRevision << m_oldrev; tDebug() << "Not updating current revision, optimistic locking fail" << currentRevision << m_oldrev;
Q_ASSERT( !source()->isLocal() ); // This will fail if we run two SetPlaylistRevisions commands on the same playlist concurrently
// Q_ASSERT( !source()->isLocal() );
} }
} }