Skip to content

Commit

Permalink
Update httpdispatcher.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-bottarini committed May 10, 2016
1 parent 8cc4aff commit eb68a56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion httpdispatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ HttpDispatcher.prototype.dispatch = function(req, res) {
}
}
HttpDispatcher.prototype.staticListener = function(req, res) {
console.log('static');
var url = require('url').parse(req.url, true);
var errorListener = this.errorListener;
var filename = path.join(this.staticDirname, path.relative(this.staticUrlPrefix, url.pathname));
Expand Down

0 comments on commit eb68a56

Please sign in to comment.