Removed useless log
This commit is contained in:
Vendored
-1
@@ -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);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user