Remove console log
This commit is contained in:
parent
251f6a92a9
commit
a8cb9f290a
1 changed files with 0 additions and 2 deletions
|
@ -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]);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue