remove debug log

This commit is contained in:
einhornimmond 2025-01-26 18:16:20 +01:00
parent b2e2f2f2d1
commit cba766727d

View File

@ -105,7 +105,6 @@ export const sendEmailTranslated = async ({
})
.catch((error: unknown) => {
logger.error('Error sending notification email', error)
console.log('error sending email:', error)
return false
})