Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
erinz2020 committed Nov 3, 2023
1 parent 174bbb3 commit f9c154f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/reportSighting/ReportForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export default function ReportForm({

const sightingFieldSchemas = useSightingFieldSchemas();
const encounterFieldSchemas = useEncounterFieldSchemas();
console.log('sightingFieldSchemas1', sightingFieldSchemas);
const {
defaultSightingSchemas,
customSightingSchemas,
Expand Down Expand Up @@ -137,7 +136,6 @@ export default function ReportForm({
useState({});

useEffect(() => {
console.log('>>>>>>>>>>>>>');
const initialDefaultSightingFormValues = getInitialFormValues(
defaultSightingSchemas,
);
Expand Down Expand Up @@ -275,7 +273,7 @@ export default function ReportForm({
} = usePostAssetGroup();

const submitReport = async () => {
// checkRequired();
checkRequired();
if (formValid) {
const report =
sightingType === 'one'
Expand Down

0 comments on commit f9c154f

Please sign in to comment.