diff options
author | metamuffin <metamuffin@disroot.org> | 2023-02-21 15:52:06 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-02-21 15:52:06 +0100 |
commit | e31c48f5a9cfe6fd8988b83b17e00538fa69d6d3 (patch) | |
tree | 84576e2ca97dcbb939c0daa744fc26e16f602d78 /client-web/source/protocol/mod.ts | |
parent | 630cd2b82887da49cacb2deb032c6a51b3c2faf7 (diff) | |
download | keks-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.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 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 } |