From bc1360ed05d7430334c9d6218731d37b737a1f47 Mon Sep 17 00:00:00 2001 From: Mauro Molinari Date: Thu, 16 Jun 2022 16:16:20 +0200 Subject: [PATCH] chore: removed console.log --- store/webrtc/actions.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/store/webrtc/actions.ts b/store/webrtc/actions.ts index ed37d91aa4..860db2d2a1 100644 --- a/store/webrtc/actions.ts +++ b/store/webrtc/actions.ts @@ -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,