LAPI-675: Comment code<DEBUG>

This commit is contained in:
2023-01-13 18:42:34 +02:00
parent 9b4e0186ac
commit 26345bd22b
2 changed files with 23 additions and 23 deletions

View File

@ -96,9 +96,9 @@ setTimeout(() => {
if (IS_PRODUCER && urlParams.get('testing') === 'true') { getLocalStream() }
})
socket.on('new-producer', ({ callId }) => {
console.log(`🟥 new-producer | callId: ${callId}`);
})
// socket.on('new-producer', ({ callId }) => {
// console.log(`🟥 new-producer | callId: ${callId}`);
// })
}
if (IS_PRODUCER === true) {