From 4bb92bc84919000b09a20e3bfec3804298454aac Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 19 May 2021 12:31:09 +0200 Subject: [PATCH] Small changes to the geolocation handler --- Logic/Actors/GeoLocationHandler.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Logic/Actors/GeoLocationHandler.ts b/Logic/Actors/GeoLocationHandler.ts index 36d627b6c..0283d076f 100644 --- a/Logic/Actors/GeoLocationHandler.ts +++ b/Logic/Actors/GeoLocationHandler.ts @@ -175,8 +175,7 @@ export default class GeoLocationHandler extends UIElement { }); } catch (e) { - console.log(e) - self.StartGeolocating() + console.error(e) } if (this._previousLocationGrant.data === "granted") { this._previousLocationGrant.setData("");