diff --git a/web/src/components/player/MsePlayer.tsx b/web/src/components/player/MsePlayer.tsx index 6051ada07..d1630ca75 100644 --- a/web/src/components/player/MsePlayer.tsx +++ b/web/src/components/player/MsePlayer.tsx @@ -34,7 +34,6 @@ function MSEPlayer({ camera }: MSEPlayerProps) { const msRef = useRef(null); const wsURL = useMemo(() => { - console.log(camera); return `${baseUrl.replace(/^http/, "ws")}live/webrtc/api/ws?src=${camera}`; }, [camera]);