Remove accidental log line

This commit is contained in:
David Baker 2023-04-25 10:32:36 +01:00
commit ecc3693c47

View file

@ -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,