aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2024-12-24 15:06:55 +0100
committerstonedDiscord <Tukz@gmx.de>2024-12-24 15:06:55 +0100
commit3743695901192aaaf8a97aea3d9fcdcdf07d4a14 (patch)
tree93ffc6fd87cc6e8b5d8816c3c81a9535784a48f9 /webAO/client.ts
parent91f441d59b644c1c83c519681663350bba4196fb (diff)
get rid of logging
Diffstat (limited to 'webAO/client.ts')
-rw-r--r--webAO/client.ts2
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 =