From 59130c1d9b99ad8d228e95e3397f65a50921ad11 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Mon, 1 May 2023 15:13:17 +0200 Subject: [PATCH] Honestly f this warning --- src/components/RepForm.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/RepForm.vue b/src/components/RepForm.vue index 3722f52..ea93126 100644 --- a/src/components/RepForm.vue +++ b/src/components/RepForm.vue @@ -30,7 +30,6 @@ onMounted(() => { function acceptGeoloc() { navigator.permissions.query({ name: "geolocation" }).then((result) => { - console.log(result.state); if (result.state === "granted" || result.state === "prompt") { hasAcceptedGeoloc.value = true; hasRefusedGeoloc.value = false;