removed console.logs
This commit is contained in:
@@ -48,7 +48,6 @@ const CameraSettingFields = ({
|
||||
};
|
||||
|
||||
const handleSubmit = (values: CameraSettingValues) => {
|
||||
console.log(values);
|
||||
updateCameraConfig(values);
|
||||
};
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -17,7 +17,6 @@ const CardHeader = ({
|
||||
img,
|
||||
sighting,
|
||||
}: CameraOverviewHeaderProps) => {
|
||||
// console.log(sighting?.debug.toLowerCase());
|
||||
return (
|
||||
<div
|
||||
className={clsx(
|
||||
|
||||
Reference in New Issue
Block a user