mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 01:09:42 +01:00
Comment out (hopefully) unneccessary assert
This commit is contained in:
parent
be2e147cd7
commit
cfe88c17f8
@ -285,7 +285,8 @@ ControlConnection::removePeerInfo( const peerinfo_ptr& peerInfo )
|
||||
{
|
||||
peerInfoDebug( peerInfo ) << "Remove peer from control connection:" << name();
|
||||
Q_ASSERT( peerInfo->controlConnection() == this );
|
||||
Q_ASSERT( m_peerInfos.contains( peerInfo ) );
|
||||
// TODO: find out why this happens
|
||||
// Q_ASSERT( m_peerInfos.contains( peerInfo ) );
|
||||
|
||||
m_peerInfos.remove( peerInfo );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user