From f43209e767a4e85bba399a919e3c54a761c5455a Mon Sep 17 00:00:00 2001 From: Anthony Bushara Date: Mon, 23 Sep 2024 10:38:49 -0400 Subject: [PATCH] chore: remove console.log --- app/components/Form/ApplicationForm.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/Form/ApplicationForm.tsx b/app/components/Form/ApplicationForm.tsx index cd63c406c..60151fa47 100644 --- a/app/components/Form/ApplicationForm.tsx +++ b/app/components/Form/ApplicationForm.tsx @@ -598,7 +598,6 @@ const ApplicationForm: React.FC = ({ }), }); } else if (templateData.error && templateData.templateNumber === 2) { - console.log(newFormData.templateUploads?.detailedBudget?.[0]); fetch(`/api/email/notifyFailedReadOfTemplateData`, { method: 'POST', headers: { 'Content-Type': 'application/json' },