Log: Remove scary messages :)

This commit is contained in:
Christian Kamm 2015-12-10 11:50:19 +01:00
parent d8d9fcf2f4
commit e3b53b7e74
2 changed files with 0 additions and 2 deletions

View file

@ -45,7 +45,6 @@ AccountState::AccountState(AccountPtr account)
AccountState::~AccountState()
{
qDebug() << "Account state for account" << account()->displayName() << "deleted";
}
AccountPtr AccountState::account() const

View file

@ -56,7 +56,6 @@ AccountPtr Account::create()
Account::~Account()
{
qDebug() << "Account" << displayName() << "deleted";
delete _credentials;
delete _am;
}