Removed useless log
This commit is contained in:
parent
a5d43248ef
commit
14c7a3600e
|
@ -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);
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue