Skip to content

Commit

Permalink
Removed debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
naodya committed Jun 6, 2020
1 parent 9dce000 commit 32926eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Stats/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 32926eb

Please sign in to comment.