From da9565272d63ada7384efef6339e8fb909dfcf79 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 9 Sep 2022 18:03:53 +0200 Subject: logging cleanup --- client-web/source/protocol/mod.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'client-web/source/protocol/mod.ts') diff --git a/client-web/source/protocol/mod.ts b/client-web/source/protocol/mod.ts index 03afa8e..b225ced 100644 --- a/client-web/source/protocol/mod.ts +++ b/client-web/source/protocol/mod.ts @@ -55,7 +55,6 @@ export class SignalingConnection { } send_control(data: ServerboundPacket) { - log("ws", `-> ${data.relay?.recipient ?? "*"}`, data) this.websocket.send(JSON.stringify(data)) } async send_relay(data: RelayMessage, recipient?: number | null) { -- cgit v1.2.3-70-g09d2