forked from MapComplete/MapComplete
Chore: remove some obsolete console.logs
This commit is contained in:
parent
57e0093e47
commit
6f5b0622a5
13 changed files with 39 additions and 53 deletions
|
@ -61,7 +61,6 @@ export class GeoLocationState {
|
|||
const self = this;
|
||||
|
||||
this.permission.addCallbackAndRunD(async (state) => {
|
||||
console.trace("GEOPERMISSION", state)
|
||||
if (state === "granted") {
|
||||
self._previousLocationGrant.setData("true");
|
||||
self._grantedThisSession.setData(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue