Remove accidental log line

This commit is contained in:
David Baker
2023-04-25 10:32:36 +01:00
parent 7153ead8cb
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,