Chore: remove spammy console.log

This commit is contained in:
Pieter Vander Vennet 2024-08-09 11:07:41 +02:00
parent f2398e9d91
commit 9595d3caec

View file

@ -176,7 +176,6 @@ export class GeoLocationState {
},
function (e) {
if(e.code === 2 || e.code === 3){
console.log("Could not get location with navigator.geolocation due to unavailable or timeout", e)
self._gpsAvailable.set(false)
return
}