Skip to content

Commit

Permalink
remove a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed Jan 10, 2012
1 parent 4fc81b5 commit bac31cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/router.js
Expand Up @@ -117,7 +117,6 @@ Router.prototype.route = function(method, path /*, handlers... */) {
};

Router.prototype.handler = function(verb, path) {
console.log('handler', verb + ' -- ' + path);
verb = verb.toLowerCase();
var route;

Expand Down

0 comments on commit bac31cd

Please sign in to comment.