diff --git a/src/client/PublicLobby.ts b/src/client/PublicLobby.ts index 75c0a0e87..8403cefda 100644 --- a/src/client/PublicLobby.ts +++ b/src/client/PublicLobby.ts @@ -36,7 +36,6 @@ export class PublicLobby extends LitElement { private async fetchAndUpdateLobbies(): Promise { try { const lobbies = await this.fetchLobbies(); - console.log(`got lobbies: ${JSON.stringify(lobbies)}`); this.lobbies = lobbies; } catch (error) { consolex.error("Error fetching lobbies:", error);