diff --git a/src/components/CameraSettings/CameraSettingFields.tsx b/src/components/CameraSettings/CameraSettingFields.tsx index 74db4bc..284d249 100644 --- a/src/components/CameraSettings/CameraSettingFields.tsx +++ b/src/components/CameraSettings/CameraSettingFields.tsx @@ -48,7 +48,6 @@ const CameraSettingFields = ({ }; const handleSubmit = (values: CameraSettingValues) => { - console.log(values); updateCameraConfig(values); }; diff --git a/src/components/FrontCameraSettings/OverviewVideoContainer.tsx b/src/components/FrontCameraSettings/OverviewVideoContainer.tsx index 631270f..c58d3cd 100644 --- a/src/components/FrontCameraSettings/OverviewVideoContainer.tsx +++ b/src/components/FrontCameraSettings/OverviewVideoContainer.tsx @@ -19,7 +19,6 @@ const OverviewVideoContainer = ({ }) => { const navigate = useNavigate(); const location = useLocation(); - console.log(location); const handlers = useSwipeable({ onSwipedLeft: () => { if (location.pathname === "/rear-camera-settings") return; diff --git a/src/components/UI/CardHeader.tsx b/src/components/UI/CardHeader.tsx index d39e675..2d7c369 100644 --- a/src/components/UI/CardHeader.tsx +++ b/src/components/UI/CardHeader.tsx @@ -17,7 +17,6 @@ const CardHeader = ({ img, sighting, }: CameraOverviewHeaderProps) => { - // console.log(sighting?.debug.toLowerCase()); return (