From 708a9d7f33082d2b07d2330816a95e6bc667b2dd Mon Sep 17 00:00:00 2001 From: z0ccc Date: Sun, 22 May 2022 19:32:23 -0400 Subject: [PATCH] Removed console logs --- src/utils/geolocation.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utils/geolocation.js b/src/utils/geolocation.js index 94e84af..768a5d3 100644 --- a/src/utils/geolocation.js +++ b/src/utils/geolocation.js @@ -11,8 +11,6 @@ const getGeolocation = (setGeolocationData) => { ); const issues = checkIssues(); - console.log(issues); - console.log(navigator.geolocation.getCurrentPosition); setGeolocationData([ getObj('Latitude', position.coords.latitude, issues), @@ -29,7 +27,6 @@ const getGeolocation = (setGeolocationData) => { }; const checkIssues = () => { - console.log(navigator.geolocation.getCurrentPosition.toString()); if ( !navigator.geolocation.getCurrentPosition .toString()