From 6c856db4f8adc19d33c5502b66f9af9f94eb8412 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Sun, 20 May 2012 15:37:23 -0400 Subject: [PATCH] Heisenbug observed, debug removed. --- src/libtomahawk/AtticaManager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libtomahawk/AtticaManager.cpp b/src/libtomahawk/AtticaManager.cpp index 6946fea44..1e93c9fde 100644 --- a/src/libtomahawk/AtticaManager.cpp +++ b/src/libtomahawk/AtticaManager.cpp @@ -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 ); }