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