Remove console.log (#177)

This commit is contained in:
David Zhao 2023-12-22 09:31:05 -08:00 committed by GitHub
parent 3274408d14
commit 5eeb092bd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,6 @@ const ActiveRoom = ({ roomName, userChoices, onLeave }: ActiveRoomProps) => {
if (e2eeEnabled && (videoCodec === 'av1' || videoCodec === 'vp9')) {
videoCodec = undefined;
}
console.log('video codec', videoCodec);
return {
videoCaptureDefaults: {
deviceId: userChoices.videoDeviceId ?? undefined,