Skip to content

Commit

Permalink
Removed console-error-logs from 859f468
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Oct 18, 2016
1 parent 859f468 commit 1b1f7c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions dev/MultiPeersHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,6 @@ function MultiPeers(connection) {
return;
}

console.error('firstBroadcaster', firstBroadcaster);

self.onNegotiationNeeded({
newParticipant: newParticipantId,
userPreferences: userPreferences || false
Expand All @@ -437,8 +435,6 @@ function MultiPeers(connection) {
return;
}

console.error('remainingBroadcasters', remainingBroadcasters);

setTimeout(function() {
self.connectNewParticipantWithAllBroadcasters(newParticipantId, userPreferences, remainingBroadcasters.join('|-,-|'));
}, 3 * 1000);
Expand Down
Loading

0 comments on commit 1b1f7c2

Please sign in to comment.