Two teams try and fill in any horizontal, vertical, or diagonal line on a bingo board by playing maps on osu! osu.bingo
osu

remove basic logging

-2
-1
src/lib/server/game/final_call.ts
··· 33 33 count: square_map.get(team)?.length ?? 0 34 34 }) 35 35 } 36 - console.log({ square_map, count }); 37 36 38 37 // If no claims, tie 39 38 if (count.length == 0) {
-1
src/routes/(overlays)/overlays/board/+page.svelte
··· 70 70 const user = await userReq.json(); 71 71 if (!user.game_id) { 72 72 game_id = null; 73 - console.log('No game found'); 74 73 return; 75 74 } 76 75 game_id = user.game_id.substring(4);