Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from lahirug/patch-1
Browse files Browse the repository at this point in the history
Update main.js
  • Loading branch information
alvestrand authored May 16, 2023
2 parents 63a46f7 + b0428a5 commit 6470ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multiple-peerconnections/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var cpuOveruseDetectionCheckbox = $('cpuoveruse-detection');
startTestButton.onclick = startTest;

function logError(err) {
console.err(err);
console.error(err);
}

function addNewVideoElement() {
Expand Down

0 comments on commit 6470ce5

Please sign in to comment.