Remove console.log

This commit is contained in:
Robert Long 2021-10-04 15:25:09 -07:00
parent 44446b8d47
commit 8da7031b9e

View File

@ -269,8 +269,6 @@ function InRoomView({
});
}
console.log("items changed", participants);
return participants;
}, [userMediaFeeds, activeSpeaker, screenshareFeeds]);