summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-03-06 20:56:13 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-03-06 20:56:13 +0000
commit8ce1e7febe5ac00345d9e1fe3db53b5729baad8c (patch)
tree16a2b776e8a1f6756922e35d5c4ac757a3040fcb
parent05ec98f623b90fc78d33a6527e8718797d3e2f8b (diff)
downloadmullvadvpn-8ce1e7febe5ac00345d9e1fe3db53b5729baad8c.tar.xz
mullvadvpn-8ce1e7febe5ac00345d9e1fe3db53b5729baad8c.zip
Remove console.log
-rw-r--r--app/lib/backend.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js
index cf0c4258ae..19b47647c2 100644
--- a/app/lib/backend.js
+++ b/app/lib/backend.js
@@ -213,7 +213,6 @@ export default class Backend extends EventEmitter {
refreshIp() {
if(this._connStatus === ConnectionState.disconnected) {
this._fetchLocation().then((res) => {
- console.log('Got location data: ', res);
const data = {
location: [ res.latitude, res.longitude ], // lat, lng
city: res.city,