From 47769928bc80a5a51ce4eae0022c42826d5b2d09 Mon Sep 17 00:00:00 2001 From: Thomas Zilz Date: Mon, 11 Sep 2017 12:13:28 +0200 Subject: [PATCH] remove debug log --- plugins/data/core.js | 2 -- 1 file changed, 2 deletions(-) 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);