diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-12-24 15:06:55 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2024-12-24 15:06:55 +0100 |
| commit | 3743695901192aaaf8a97aea3d9fcdcdf07d4a14 (patch) | |
| tree | 93ffc6fd87cc6e8b5d8816c3c81a9535784a48f9 | |
| parent | 91f441d59b644c1c83c519681663350bba4196fb (diff) | |
get rid of logging
| -rw-r--r-- | webAO/client.ts | 2 |
1 files changed, 0 insertions, 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 = |
