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

dangerous debug byebye

This commit is contained in:
Leo Franchi 2012-03-08 17:28:22 -05:00
parent 69cfe8bb2f
commit 5f674dbc83

View File

@ -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 )
{