Removed useless log

This commit is contained in:
Thomas FORGIONE 2015-05-12 14:20:05 +02:00
parent 0d44b36cfb
commit 577dd87ba3
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ module.exports.arrows = function(req, res) {
res.render('prototype.jade', res.locals, function(err, result) {
res.send(result);
console.log(err);
});
}