Removed useless log
This commit is contained in:
parent
0d44b36cfb
commit
577dd87ba3
|
@ -13,7 +13,6 @@ module.exports.arrows = function(req, res) {
|
||||||
|
|
||||||
res.render('prototype.jade', res.locals, function(err, result) {
|
res.render('prototype.jade', res.locals, function(err, result) {
|
||||||
res.send(result);
|
res.send(result);
|
||||||
console.log(err);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue