removed console.logs

This commit is contained in:
2025-10-07 15:58:16 +01:00
parent 50d22def56
commit 992fb4f959
5 changed files with 7 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ const CameraSettings = ({
}) => {
const { data, updateCameraConfig, updateCameraConfigError } =
useFetchCameraConfig(side);
console.log(updateCameraConfigError);
return (
<Card className="overflow-hidden min-h-[40vh] md:min-h-[60vh] max-h-[80vh] lg:w-[40%] p-4">
<div className="relative flex flex-col space-y-3">