Skip to content

Commit

Permalink
removing redundant logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ric03uec committed Jan 25, 2012
1 parent f83e724 commit b578dbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/index.js
Expand Up @@ -13,7 +13,6 @@ module.exports = function(app){
util.log('Serving request for url [GET]' + req.route.path) util.log('Serving request for url [GET]' + req.route.path)


res.render('index', { title: 'nodeBlox' }) res.render('index', { title: 'nodeBlox' })
util.log(util.inspect(req.session));
}); });


/** /**
Expand Down

0 comments on commit b578dbb

Please sign in to comment.