diff --git a/plugins/data/core.js b/plugins/data/core.js index 2a475fb..35ba61e 100644 --- a/plugins/data/core.js +++ b/plugins/data/core.js @@ -34,8 +34,6 @@ module.exports = { 'by ' + req.session.config.hostname + ' (' + req.session.connection.server.address().address + ') with ' + (req.session.accepted.ehlo ? 'ESMTP' : 'SMTP') + (req.session.secure ? 'S' : '') + (req.session.accepted.auth ? 'A' : '') + '; ' + moment().locale('en').format('ddd, DD MMM YYYY HH:mm:ss ZZ') + '\r\n'; - - console.log('received', received); // write the received header to the top of the file fileStream.write(received);