Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
hopperelec committed Mar 19, 2024
1 parent 489bd03 commit b904274
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/server/ably-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export async function moveRoom(
},
canClaimRoom?: boolean,
) {
console.log(canClaimRoom);
if (canClaimRoom == undefined) {
const claimedRoom = await prisma.claimedRoom.findUnique({
where: { roomId_gameId: { roomId: room.id, gameId: player.gameId } },
Expand Down

0 comments on commit b904274

Please sign in to comment.