Skip to content

Commit 88027de

Browse files
author
Sine Jespersen
committed
remove console.log
1 parent 2da9951 commit 88027de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function App() {
107107
// todo some sort of spinner or some indication that something is happening
108108
requestPermissions();
109109
}, []);
110-
console.log(hasAllowedGeolocation);
110+
111111
return (
112112
<>
113113
{hasAllowedGeolocation && (

0 commit comments

Comments
 (0)