1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 01:39:42 +01:00

Heisenbug observed, debug removed.

This commit is contained in:
Leo Franchi 2012-05-20 15:37:23 -04:00
parent a63a636750
commit 6c856db4f8

View File

@ -218,7 +218,6 @@ AtticaManager::userHasRated( const Content& c ) const
bool
AtticaManager::hasCustomAccountForAttica( const QString &id ) const
{
qDebug() << "Got custom account for?" << id << m_customAccounts.keys();
return m_customAccounts.keys().contains( id );
}
@ -233,7 +232,6 @@ AtticaManager::customAccountForAttica( const QString &id ) const
void
AtticaManager::registerCustomAccount( const QString &atticaId, Tomahawk::Accounts::Account *account )
{
qDebug() << "Registering custom attica account for id:" << atticaId << account->accountId() << account->accountFriendlyName();
m_customAccounts.insert( atticaId, account );
}