mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Heisenbug observed, debug removed.
This commit is contained in:
@@ -218,7 +218,6 @@ AtticaManager::userHasRated( const Content& c ) const
|
|||||||
bool
|
bool
|
||||||
AtticaManager::hasCustomAccountForAttica( const QString &id ) const
|
AtticaManager::hasCustomAccountForAttica( const QString &id ) const
|
||||||
{
|
{
|
||||||
qDebug() << "Got custom account for?" << id << m_customAccounts.keys();
|
|
||||||
return m_customAccounts.keys().contains( id );
|
return m_customAccounts.keys().contains( id );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -233,7 +232,6 @@ AtticaManager::customAccountForAttica( const QString &id ) const
|
|||||||
void
|
void
|
||||||
AtticaManager::registerCustomAccount( const QString &atticaId, Tomahawk::Accounts::Account *account )
|
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 );
|
m_customAccounts.insert( atticaId, account );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user