From 3743695901192aaaf8a97aea3d9fcdcdf07d4a14 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 24 Dec 2024 15:06:55 +0100 Subject: get rid of logging --- webAO/client.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/webAO/client.ts b/webAO/client.ts index f6aabfd..3aa770c 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -273,8 +273,6 @@ class Client extends EventEmitter { onClose(e: CloseEvent) { client.state = clientState.NotConnected; console.error(`The connection was closed: ${e.reason} (${e.code})`); - console.log(this.areas.length); - console.log(this.banned); if (this.banned === false) { if (this.areas.length > 0) { document.getElementById("client_errortext").textContent = -- cgit