Skip to content
Snippets Groups Projects
Commit 1e128a5e authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

remove accidental console.log()

parent 25647341
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@ logger = require('../../libs/logging.js').logger;
/* if smtp parameters are configured, use them */
var smtp_params = config.get('smtp');
console.log("SMTP", smtp_params);
if (smtp_params && smtp_params.host) {
emailer.SMTP = { host: smtp_params.host };
logger.info("delivering email via SMTP host: " + emailer.SMTP.host);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment