1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Remove assertion---happens easily on shutdown if you quit too early while tomahawk is loading, and i've never seen it otherwise.

This commit is contained in:
Leo Franchi
2011-08-13 16:07:42 -04:00
parent 47a92664df
commit e367e49039

View File

@@ -134,8 +134,6 @@ SourceList::add( const source_ptr& source )
void
SourceList::removeAllRemote()
{
Q_ASSERT( m_isReady );
foreach( const source_ptr& s, m_sources )
{
qDebug() << "Disconnecting" << s->friendlyName() << s->isLocal() << s->controlConnection() << s->isOnline();