Skip to content

Commit

Permalink
stupidfix
Browse files Browse the repository at this point in the history
  • Loading branch information
balazskreith committed Mar 10, 2024
1 parent a88e236 commit 411acf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/detectors/CongestionDetector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 411acf7

Please sign in to comment.