Removed useless log

This commit is contained in:
Thomas FORGIONE 2015-07-01 10:49:40 +02:00
parent a5d43248ef
commit 14c7a3600e
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ module.exports.index = function(req, res) {
res.setHeader('Content-Type', 'text/html');
res.render('../../index/views/index.jade', res.locals, function(err, out) {
console.log(err);
res.send(out);
});
};