Skip to content

Commit e7bd81c

Browse files
committed
no console.log
1 parent d341b9d commit e7bd81c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

simplewebrtc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,10 @@ function SimpleWebRTC(opts) {
207207
});
208208
});
209209
this.webrtc.on('localScreenStopped', function (stream) {
210-
console.log('local screen stopped');
211210
self.stopScreenShare();
212211
/*
213212
self.connection.emit('unshareScreen');
214213
self.webrtc.peers.forEach(function (peer) {
215-
console.log('peer', peer);
216214
if (peer.sharemyscreen) {
217215
peer.end();
218216
}

0 commit comments

Comments
 (0)