mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 06:56:33 +02:00
removed commented out code
This commit is contained in:
parent
08d6b70cfe
commit
f5429b97b0
1 changed files with 0 additions and 6 deletions
|
@ -669,12 +669,6 @@ export function initRejectedEmail() {
|
|||
|
||||
// Initialize UI
|
||||
const customEmail = new customRejectedEmail();
|
||||
// // Check that every variable was setup correctly
|
||||
// const nullItems = Object.entries(customEmail.config).filter(([key, value]) => value === null).map(([key]) => key);
|
||||
// if (nullItems.length > 0) {
|
||||
// console.error(`Failed to load customRejectedEmail(). Some variables were null: ${nullItems.join(", ")}`)
|
||||
// return;
|
||||
// }
|
||||
customEmail.loadRejectedEmail()
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue