From c12bbe8336874635f6215dea9c28ee4c5689186a Mon Sep 17 00:00:00 2001 From: Joaquin Date: Wed, 14 May 2025 09:40:06 -0700 Subject: [PATCH] removed debugging code --- src/public/scripts/geolocation.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/public/scripts/geolocation.js b/src/public/scripts/geolocation.js index 7a96166..94c9c66 100644 --- a/src/public/scripts/geolocation.js +++ b/src/public/scripts/geolocation.js @@ -80,7 +80,5 @@ function error(err) { } } - console.log(data); - update(data); } \ No newline at end of file