summaryrefslogtreecommitdiff
path: root/client-web/source/protocol/mod.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-02-21 15:52:06 +0100
committermetamuffin <metamuffin@disroot.org>2023-02-21 15:52:06 +0100
commite31c48f5a9cfe6fd8988b83b17e00538fa69d6d3 (patch)
tree84576e2ca97dcbb939c0daa744fc26e16f602d78 /client-web/source/protocol/mod.ts
parent630cd2b82887da49cacb2deb032c6a51b3c2faf7 (diff)
downloadkeks-meet-e31c48f5a9cfe6fd8988b83b17e00538fa69d6d3.tar
keks-meet-e31c48f5a9cfe6fd8988b83b17e00538fa69d6d3.tar.bz2
keks-meet-e31c48f5a9cfe6fd8988b83b17e00538fa69d6d3.tar.zst
server-side appearance config
Diffstat (limited to 'client-web/source/protocol/mod.ts')
-rw-r--r--client-web/source/protocol/mod.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client-web/source/protocol/mod.ts b/client-web/source/protocol/mod.ts
index 3674c08..6d49a17 100644
--- a/client-web/source/protocol/mod.ts
+++ b/client-web/source/protocol/mod.ts
@@ -33,7 +33,6 @@ export class SignalingConnection {
this.on_open()
r()
})
- log("ws", "connection opened")
return this
}