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 (