mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Log: Remove scary messages :)
This commit is contained in:
parent
d8d9fcf2f4
commit
e3b53b7e74
2 changed files with 0 additions and 2 deletions
|
@ -45,7 +45,6 @@ AccountState::AccountState(AccountPtr account)
|
|||
|
||||
AccountState::~AccountState()
|
||||
{
|
||||
qDebug() << "Account state for account" << account()->displayName() << "deleted";
|
||||
}
|
||||
|
||||
AccountPtr AccountState::account() const
|
||||
|
|
|
@ -56,7 +56,6 @@ AccountPtr Account::create()
|
|||
|
||||
Account::~Account()
|
||||
{
|
||||
qDebug() << "Account" << displayName() << "deleted";
|
||||
delete _credentials;
|
||||
delete _am;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue