updated today.js

This commit is contained in:
martind2000 2016-02-14 11:40:40 +00:00
parent 47855eef19
commit 609f028a47

View File

@ -294,10 +294,10 @@ function sendEmail() {
};
var template = {file: 'jade/today.jade', locals: todayCache};
/* mailer.sendTemplate(email, template, function (err) {
mailer.sendTemplate(email, template, function (err) {
if (err) throw err;
console.log('compiled template email sent');
});*/
});
/* console.log(JSON.stringify(todayCache));*/