From ecc3693c479b4c3eba02c3748a9bcb7c098d771d Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 25 Apr 2023 10:32:36 +0100 Subject: [PATCH] Remove accidental log line --- src/room/useGroupCall.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/room/useGroupCall.ts b/src/room/useGroupCall.ts index f95056b..0126e1c 100644 --- a/src/room/useGroupCall.ts +++ b/src/room/useGroupCall.ts @@ -133,7 +133,6 @@ function getParticipants( : ConnectionState.WaitMedia : ConnectionState.EstablishingCall; } - console.log(`${member.userId} conn state is ${connectionState}`); participantInfoMap.set(deviceId, { connectionState, presenter: participant.screensharing,