diff --git a/src/libtomahawk/accounts/AccountModel.cpp b/src/libtomahawk/accounts/AccountModel.cpp index f4614c322..f58014435 100644 --- a/src/libtomahawk/accounts/AccountModel.cpp +++ b/src/libtomahawk/accounts/AccountModel.cpp @@ -29,7 +29,7 @@ using namespace Tomahawk; using namespace Accounts; -#define ACCOUNTMODEL_DEBUG 1 +#define ACCOUNTMODEL_DEBUG 0 AccountModel::AccountModel( QObject* parent ) : QAbstractListModel( parent ) diff --git a/src/libtomahawk/accounts/AccountModelNode.h b/src/libtomahawk/accounts/AccountModelNode.h index a1754a8d2..857d57402 100644 --- a/src/libtomahawk/accounts/AccountModelNode.h +++ b/src/libtomahawk/accounts/AccountModelNode.h @@ -26,7 +26,7 @@ #include -#define ACCOUNTMODELNODE_DEBUG 1 +#define ACCOUNTMODELNODE_DEBUG 0 namespace Tomahawk {