Skip to content

Commit

Permalink
remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
martindale committed Mar 18, 2015
1 parent 05d30ca commit 63bcfd1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/Service/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,6 @@ HTTP.prototype.attach = function( maki ) {
maki.app.use( statics( 'public' ) );
maki.app.use( statics( __dirname + '/../../public' ) );

maki.app.use(function(req, res, next) {
console.log( req.method , req.path , req.headers );
next();
});

maki.app.engine('jade', require('jade').__express);
maki.app.set('view engine', 'jade');
maki.app.set('views', ['views', __dirname + '/../../views'] );
Expand Down

0 comments on commit 63bcfd1

Please sign in to comment.