1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Remove unintentional commit

This commit is contained in:
David Baker
2021-01-25 16:13:13 +00:00
parent e2d138cac6
commit 90dda0ca68

View File

@@ -1471,11 +1471,6 @@ export class MatrixCall extends EventEmitter {
private async terminate(hangupParty: CallParty, hangupReason: CallErrorCode, shouldEmit: boolean) { private async terminate(hangupParty: CallParty, hangupReason: CallErrorCode, shouldEmit: boolean) {
if (this.callHasEnded()) return; if (this.callHasEnded()) return;
const stats = await this.peerConn.getStats();
for (const s of stats.keys()) {
console.log(stats.get(s));
}
if (this.inviteTimeout) { if (this.inviteTimeout) {
clearTimeout(this.inviteTimeout); clearTimeout(this.inviteTimeout);
this.inviteTimeout = null; this.inviteTimeout = null;