Remove logging of email

This commit is contained in:
kngako
2023-01-05 00:04:38 +02:00
parent 2a35dcd595
commit 53f6dce1ef

View File

@@ -1031,7 +1031,6 @@ module.exports = function (options) {
address: request.body.translator
}
})
console.log("Email: ", email.toJSON())
if (email.userEmail) {
// if email has user associated with it tie that users individual entity to a new TranslationChapterTranslator object
await db.TranslationChapterTranslator.create({