diff --git a/src/libtomahawk/accounts/AccountModel.cpp b/src/libtomahawk/accounts/AccountModel.cpp index d853b8c46..73550b688 100644 --- a/src/libtomahawk/accounts/AccountModel.cpp +++ b/src/libtomahawk/accounts/AccountModel.cpp @@ -95,8 +95,8 @@ AccountModel::loadData() if ( acct ) { m_accounts << new AccountModelNode( acct ); -#if ACCOUNTMODEL_DEBUG const int removed = allAccounts.removeAll( acct ); +#if ACCOUNTMODEL_DEBUG qDebug() << "Removed custom account from misc accounts list, found:" << removed; qDebug() << "All accounts after remove:"; foreach ( Account* acct, allAccounts )