diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2018-05-18 17:41:18 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2018-05-18 17:41:18 +0100 |
| commit | 141315df41dd55fd85c13c09c2145c7cd35b428e (patch) | |
| tree | 56c47706f0e4a2ddc5e2fb9297d0e6f97ab7543e | |
| parent | 942477e503bf63e32ed1182ec3f7b6e00e8b93d8 (diff) | |
| parent | b3ae42c12096bdbfc594a052fa5615d94400bf98 (diff) | |
| download | mullvadvpn-141315df41dd55fd85c13c09c2145c7cd35b428e.tar.xz mullvadvpn-141315df41dd55fd85c13c09c2145c7cd35b428e.zip | |
Merge branch 'fix-dont-log-coordinates'
| -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, |
