diff --git a/src/detectors/CongestionDetector.ts b/src/detectors/CongestionDetector.ts index 5bdcdc5..1a41f5d 100644 --- a/src/detectors/CongestionDetector.ts +++ b/src/detectors/CongestionDetector.ts @@ -197,7 +197,6 @@ export function createCongestionDetector(config: CongestionDetectorConfig & { } for (const [pcId, state] of Array.from(peerConnectionStates)) { - // console.warn("pc", pcId, state); if (state.visited) { state.visited = false; } else {