diff --git a/src/AccountDelegate.cpp b/src/AccountDelegate.cpp index 49eca49d7..1d7a23c01 100644 --- a/src/AccountDelegate.cpp +++ b/src/AccountDelegate.cpp @@ -725,7 +725,6 @@ void AccountDelegate::doneInstalling ( const QPersistentModelIndex& idx ) { qDebug() << "STOP INSTALLING:" << idx.data( Qt::DisplayRole ).toString(); - Q_ASSERT( m_loadingSpinners.contains( idx ) ); if ( !m_loadingSpinners.contains( idx ) ) return;