summaryrefslogtreecommitdiffhomepage
path: root/app/lib
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib')
-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,