Skip to content

Commit 87799ec

Browse files
committed
chore: remove debugging statement
1 parent 3b530bc commit 87799ec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib/components/home/RandomGameButton.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
77
const getRandomGame = () => {
88
const games = Object.entries(gamesStore.filtered);
9-
console.log(games);
109
if (games.length === 0) return;
1110
const randomIndex = Math.floor(Math.random() * games.length);
1211
const selectedGame = games[randomIndex][0];

0 commit comments

Comments
 (0)