From 90dda0ca68e18eed4fa2514e382607460990e827 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 25 Jan 2021 16:13:13 +0000 Subject: [PATCH] Remove unintentional commit --- src/webrtc/call.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/webrtc/call.ts b/src/webrtc/call.ts index b5c44de56..53f7bbe7c 100644 --- a/src/webrtc/call.ts +++ b/src/webrtc/call.ts @@ -1471,11 +1471,6 @@ export class MatrixCall extends EventEmitter { private async terminate(hangupParty: CallParty, hangupReason: CallErrorCode, shouldEmit: boolean) { if (this.callHasEnded()) return; - const stats = await this.peerConn.getStats(); - for (const s of stats.keys()) { - console.log(stats.get(s)); - } - if (this.inviteTimeout) { clearTimeout(this.inviteTimeout); this.inviteTimeout = null;