diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-12-12 14:31:08 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-12-12 14:31:08 +0100 |
| commit | 4f01667e1a5c832874806a0d814b97c1d6494bfc (patch) | |
| tree | de0a7acaccb17aad1a4b6338417a6f81e25bd963 /app | |
| parent | 65d6f16aa05ef6192511ca3f2598a3a2f7aed627 (diff) | |
| download | mullvadvpn-4f01667e1a5c832874806a0d814b97c1d6494bfc.tar.xz mullvadvpn-4f01667e1a5c832874806a0d814b97c1d6494bfc.zip | |
Remove logging of account number
Diffstat (limited to 'app')
| -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)); |
