Removed old comment

This commit is contained in:
Thomas FORGIONE 2015-07-06 18:29:14 +02:00
parent 2aea555a74
commit 986d221681
1 changed files with 0 additions and 5 deletions

View File

@ -58,11 +58,6 @@ app.use(function(req, res, next) {
next();
});
// app.use(function(req, res, next) {
// console.log(req.session.user_id);
// next();
// });
// Load controllers
require('./lib/controllers')(app, { verbose: isDev });