Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
mofux committed Sep 11, 2017
1 parent b415b16 commit 4776992
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/data/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4776992

Please sign in to comment.