Skip to content

Commit

Permalink
chore: removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
molimauro committed Jun 16, 2022
1 parent af51295 commit bc1360e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion store/webrtc/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ const webRTCActions = {
$Peer2Peer.on(
'peer:mute',
({ peerId, payload: { callId, trackId, kind } }) => {
console.log('MUTE')
const peerIdStr = peerId.toB58String()
commit('setMuted', {
peerId: peerIdStr,
Expand Down

0 comments on commit bc1360e

Please sign in to comment.