aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/user
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/source/user')
-rw-r--r--client-web/source/user/remote.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client-web/source/user/remote.ts b/client-web/source/user/remote.ts
index f6b64ea..5e26838 100644
--- a/client-web/source/user/remote.ts
+++ b/client-web/source/user/remote.ts
@@ -164,7 +164,6 @@ export class RemoteUser extends User {
}
async update_status() {
-
const states: { [key in RTCIceConnectionState]: [string, string] } = {
new: ["Not connected", "neutral"],
checking: ["Checking...", "neutral"],