diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-09 18:03:53 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-09 18:03:53 +0200 |
commit | da9565272d63ada7384efef6339e8fb909dfcf79 (patch) | |
tree | 456fc960e4aa03e36239260bac60941aca57ba5f /client-web/source/protocol | |
parent | 16ca7642f959ff37716c5c11bc9ebde3a3ffd2d6 (diff) | |
download | keks-meet-da9565272d63ada7384efef6339e8fb909dfcf79.tar keks-meet-da9565272d63ada7384efef6339e8fb909dfcf79.tar.bz2 keks-meet-da9565272d63ada7384efef6339e8fb909dfcf79.tar.zst |
logging cleanup
Diffstat (limited to 'client-web/source/protocol')
-rw-r--r-- | client-web/source/protocol/mod.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |