mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-11 16:18:10 +00:00
remove lobbies logging
This commit is contained in:
@@ -36,7 +36,6 @@ export class PublicLobby extends LitElement {
|
||||
private async fetchAndUpdateLobbies(): Promise<void> {
|
||||
try {
|
||||
const lobbies = await this.fetchLobbies();
|
||||
console.log(`got lobbies: ${JSON.stringify(lobbies)}`);
|
||||
this.lobbies = lobbies;
|
||||
} catch (error) {
|
||||
consolex.error("Error fetching lobbies:", error);
|
||||
|
||||
Reference in New Issue
Block a user