rid of some logs

This commit is contained in:
MathMan05 2024-10-09 11:25:48 -05:00
parent 4ca4a894df
commit 0dad9fed3f

View file

@ -165,7 +165,6 @@ a=rtcp-mux\r
const senders=this.senders.difference(this.ssrcMap); const senders=this.senders.difference(this.ssrcMap);
for(const sender of senders){ for(const sender of senders){
for(const thing of (await sender.getStats())){ for(const thing of (await sender.getStats())){
console.log(thing[1]);
if(thing[1].ssrc){ if(thing[1].ssrc){
this.ssrcMap.set(sender,thing[1].ssrc); this.ssrcMap.set(sender,thing[1].ssrc);
this.makeOp12(sender) this.makeOp12(sender)