diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2018-05-18 15:39:51 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2018-05-18 17:39:46 +0100 |
| commit | b3ae42c12096bdbfc594a052fa5615d94400bf98 (patch) | |
| tree | 56c47706f0e4a2ddc5e2fb9297d0e6f97ab7543e | |
| parent | 942477e503bf63e32ed1182ec3f7b6e00e8b93d8 (diff) | |
| download | mullvadvpn-b3ae42c12096bdbfc594a052fa5615d94400bf98.tar.xz mullvadvpn-b3ae42c12096bdbfc594a052fa5615d94400bf98.zip | |
Stop outputting location coordinates in frontend logs
| -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 941f73dc48..4df4d801e8 100644 --- a/app/lib/backend.js +++ b/app/lib/backend.js @@ -409,7 +409,7 @@ export class Backend { const location = await this._ipc.getLocation(); - log.info('Got location: ', location); + log.info('Got location from daemon'); const locationUpdate = { ip: location.ip, |
