Skip to content

Commit

Permalink
feat(calls): remove stray console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Ewing committed May 5, 2022
1 parent 505234e commit bc34c02
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions libraries/WebRTC/Call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -797,13 +797,6 @@ export class Call extends Emitter<CallEventListeners> {
this.screenStreams[peer.id] === stream.id
? 'screen'
: stream.getTracks()[0].kind
console.info(
'creating peer stream',
kind,
this.streams[peer.id],
peer.id,
stream,
)
this.streams[peer.id][kind] = stream
this.emit('STREAM', { peerId: peer.id, stream, kind })
}
Expand Down

0 comments on commit bc34c02

Please sign in to comment.