Remove the console exporter

I'm not sure how this got left in, presumably it was not intended.
This commit is contained in:
David Baker
2023-04-24 19:52:56 +01:00
parent 4ddf9ce29c
commit 7153ead8cb
2 changed files with 2 additions and 7 deletions

View File

@@ -133,6 +133,7 @@ function getParticipants(
: ConnectionState.WaitMedia
: ConnectionState.EstablishingCall;
}
console.log(`${member.userId} conn state is ${connectionState}`);
participantInfoMap.set(deviceId, {
connectionState,
presenter: participant.screensharing,