removed commented out code

This commit is contained in:
David Kennedy 2025-03-13 22:04:42 -04:00
parent 08d6b70cfe
commit f5429b97b0
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -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()
});
}