diff --git a/src/libtomahawk/accounts/AccountModel.cpp b/src/libtomahawk/accounts/AccountModel.cpp index 146aef080..5950180d3 100644 --- a/src/libtomahawk/accounts/AccountModel.cpp +++ b/src/libtomahawk/accounts/AccountModel.cpp @@ -82,7 +82,6 @@ AccountModel::loadData() if ( AtticaManager::instance()->hasCustomAccountForAttica( content.id() ) ) { Account* acct = AtticaManager::instance()->customAccountForAttica( content.id() ); - qDebug() << "Found custom attica account for resolver:" << content.id() << acct->accountFriendlyName() << acct->accountId(); Q_ASSERT( acct ); if ( acct ) {