Remove console log
This commit is contained in:
@@ -29,8 +29,6 @@ export function LobbyView({
|
|||||||
const videoRef = useMediaStream(stream, true);
|
const videoRef = useMediaStream(stream, true);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
// TODO: Only init once
|
|
||||||
console.log("onInitLocalCallFeed");
|
|
||||||
onInitLocalCallFeed();
|
onInitLocalCallFeed();
|
||||||
}, [onInitLocalCallFeed]);
|
}, [onInitLocalCallFeed]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user