From f9c154f163e1b4f522a2ba8f1bf8f5a9ff593ba9 Mon Sep 17 00:00:00 2001 From: erinz2020 Date: Fri, 3 Nov 2023 17:19:57 +0000 Subject: [PATCH] remove logs --- src/pages/reportSighting/ReportForm.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/reportSighting/ReportForm.jsx b/src/pages/reportSighting/ReportForm.jsx index 0549fbbc..3b39aa65 100644 --- a/src/pages/reportSighting/ReportForm.jsx +++ b/src/pages/reportSighting/ReportForm.jsx @@ -88,7 +88,6 @@ export default function ReportForm({ const sightingFieldSchemas = useSightingFieldSchemas(); const encounterFieldSchemas = useEncounterFieldSchemas(); - console.log('sightingFieldSchemas1', sightingFieldSchemas); const { defaultSightingSchemas, customSightingSchemas, @@ -137,7 +136,6 @@ export default function ReportForm({ useState({}); useEffect(() => { - console.log('>>>>>>>>>>>>>'); const initialDefaultSightingFormValues = getInitialFormValues( defaultSightingSchemas, ); @@ -275,7 +273,7 @@ export default function ReportForm({ } = usePostAssetGroup(); const submitReport = async () => { - // checkRequired(); + checkRequired(); if (formValid) { const report = sightingType === 'one'