Skip to content

Commit df76318

Browse files
authored
Merge pull request #85 from walmartbaggg/patch-1
Update home.js
2 parents d957174 + 9b0a039 commit df76318

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/home.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2166,7 +2166,6 @@ export default function Home({ }) {
21662166
if (gameOptions.location === "all") {
21672167
const loc = data.locations[0]
21682168
setLatLong(loc)
2169-
console.log("setting latlong", loc)
21702169
} else {
21712170
let loc = data.locations[Math.floor(Math.random() * data.locations.length)];
21722171

0 commit comments

Comments
 (0)