Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
AntBush committed Sep 23, 2024
1 parent aa81139 commit f43209e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/Form/ApplicationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ const ApplicationForm: React.FC<Props> = ({
}),
});
} else if (templateData.error && templateData.templateNumber === 2) {
console.log(newFormData.templateUploads?.detailedBudget?.[0]);
fetch(`/api/email/notifyFailedReadOfTemplateData`, {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
Expand Down

0 comments on commit f43209e

Please sign in to comment.