diff --git a/src/room/LobbyView.jsx b/src/room/LobbyView.jsx index dd4b96b4..714c2096 100644 --- a/src/room/LobbyView.jsx +++ b/src/room/LobbyView.jsx @@ -29,8 +29,6 @@ export function LobbyView({ const videoRef = useMediaStream(stream, true); useEffect(() => { - // TODO: Only init once - console.log("onInitLocalCallFeed"); onInitLocalCallFeed(); }, [onInitLocalCallFeed]);