Remove logging of email
This commit is contained in:
@@ -1031,7 +1031,6 @@ module.exports = function (options) {
|
|||||||
address: request.body.translator
|
address: request.body.translator
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
console.log("Email: ", email.toJSON())
|
|
||||||
if (email.userEmail) {
|
if (email.userEmail) {
|
||||||
// if email has user associated with it tie that users individual entity to a new TranslationChapterTranslator object
|
// if email has user associated with it tie that users individual entity to a new TranslationChapterTranslator object
|
||||||
await db.TranslationChapterTranslator.create({
|
await db.TranslationChapterTranslator.create({
|
||||||
|
|||||||
Reference in New Issue
Block a user