Remove console log

This commit is contained in:
Robert Long 2022-01-18 15:25:16 -08:00
parent 251f6a92a9
commit a8cb9f290a

View file

@ -29,8 +29,6 @@ export function LobbyView({
const videoRef = useMediaStream(stream, true);
useEffect(() => {
// TODO: Only init once
console.log("onInitLocalCallFeed");
onInitLocalCallFeed();
}, [onInitLocalCallFeed]);