From a84192cba79bc8890c028601d134a60739814943 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 12 Mar 2025 06:06:56 -0500 Subject: [PATCH] clean up --- web/src/components/player/LivePlayer.tsx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/web/src/components/player/LivePlayer.tsx b/web/src/components/player/LivePlayer.tsx index 38cb9bb90..b364e6648 100644 --- a/web/src/components/player/LivePlayer.tsx +++ b/web/src/components/player/LivePlayer.tsx @@ -301,22 +301,6 @@ export default function LivePlayer({ player = ; } - // if (cameraConfig.name == "lpr") - // console.log( - // cameraConfig.name, - // "enabled", - // cameraEnabled, - // "prev enabled", - // prevCameraEnabledRef.current, - // "offline", - // offline, - // "show still", - // showStillWithoutActivity, - // "live ready", - // liveReady, - // player, - // ); - return (