mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
dangerous debug byebye
This commit is contained in:
@@ -82,7 +82,6 @@ AccountModel::loadData()
|
|||||||
if ( AtticaManager::instance()->hasCustomAccountForAttica( content.id() ) )
|
if ( AtticaManager::instance()->hasCustomAccountForAttica( content.id() ) )
|
||||||
{
|
{
|
||||||
Account* acct = AtticaManager::instance()->customAccountForAttica( 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 );
|
Q_ASSERT( acct );
|
||||||
if ( acct )
|
if ( acct )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user