From c7821025678e597379ffee4d609da794fcfe59c7 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Sun, 10 Aug 2025 16:22:28 +0200 Subject: [PATCH] Remove stray debugging message. --- static/protocol.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/protocol.js b/static/protocol.js index a40fb19..eff16d0 100644 --- a/static/protocol.js +++ b/static/protocol.js @@ -1499,7 +1499,6 @@ Stream.prototype.updateStats = async function() { if(report) { for(let r of report.values()) { if(stid && r.type === 'outbound-rtp') { - console.log(r); let id = stid; // Firefox doesn't implement rid, use ssrc // to discriminate simulcast tracks.