Remove stray debugging message.

This commit is contained in:
Juliusz Chroboczek
2025-08-10 16:22:28 +02:00
parent fcdf8bc0ad
commit c782102567
-1
View File
@@ -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.