diff options
| -rw-r--r-- | app/lib/backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js index 8a3b8d16d0..b76b3b3749 100644 --- a/app/lib/backend.js +++ b/app/lib/backend.js @@ -186,7 +186,7 @@ export class Backend { } async login(accountToken: AccountToken): Promise<void> { - log.debug('Attempting to login with account number', accountToken); + log.debug('Attempting to login'); this._store.dispatch(accountActions.startLogin(accountToken)); |
