From a8cb9f290ae980f2065c2e5e4aebf2b1b159c3e4 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Tue, 18 Jan 2022 15:25:16 -0800 Subject: [PATCH] Remove console log --- src/room/LobbyView.jsx | 2 -- 1 file changed, 2 deletions(-) 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]);