Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasdc committed May 31, 2024
1 parent 74b14e2 commit 38dfdab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const rfiCoverageMapKmzUploaded: EmailTemplateProvider = (
): EmailTemplate => {
const { ccbcNumber, rfiFormData, rfiNumber, changes, organizationName } =
params;
console.log('params', params);
return {
emailTo: [77, 34, 72], // Temporary IDs to handle email recipients
emailCC: [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ const ApplicantRfiPage = ({
},
},
onCompleted: () => {
console.log('e.formData', e.formData);
if (e.formData?.rfiAdditionalFiles?.geographicCoverageMap?.length > 0) {
notifyRfiCoverageMapKmzUploaded(
rfiDataByRowId,
Expand Down

0 comments on commit 38dfdab

Please sign in to comment.