diff --git a/src/components/Stats/index.js b/src/components/Stats/index.js index be83391..9005ab7 100644 --- a/src/components/Stats/index.js +++ b/src/components/Stats/index.js @@ -23,8 +23,6 @@ const Stats = () => { try { const location = await currentLocation(); - console.log(location); - setDeviceLocation(location); if (!isEmpty(location) && location.state) { const state = location.state.toLowerCase();