delete console.log
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Bernat Exposito Domenech 2020-09-23 08:13:36 +02:00
parent 28dc557e2f
commit eff0641769
1 changed files with 0 additions and 3 deletions

View File

@ -91,7 +91,6 @@ module.exports = Self => {
};
async function emailConfirm(buffer) {
console.log('buffer', buffer);
const now = new Date();
const from = JSON.stringify(Imap.parseHeader(buffer).from);
const subject = JSON.stringify(Imap.parseHeader(buffer).subject);
@ -120,8 +119,6 @@ module.exports = Self => {
}
async function emailReply(buffer, emailBody) {
console.log('buffer', buffer);
console.log('emailBody', emailBody);
const now = new Date();
const from = JSON.stringify(Imap.parseHeader(buffer).from);
const subject = JSON.stringify(Imap.parseHeader(buffer).subject);