mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 12:01:17 +01:00
removed console.log
This commit is contained in:
@@ -20,7 +20,7 @@ var render = function(template, params, callback) {
|
||||
}
|
||||
|
||||
Emailer.send = function(template, uid, params) {
|
||||
console.log(templates);
|
||||
|
||||
async.parallel({
|
||||
html: function(next) {
|
||||
render('emails/' + template, params, next);
|
||||
|
||||
Reference in New Issue
Block a user