Chore: remove spammy console.log
This commit is contained in:
parent
f2398e9d91
commit
9595d3caec
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue