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("");