Skip to content

Commit

Permalink
Remove extraneous console.dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Forbes Lindesay committed Oct 24, 2013
1 parent 3d5bd20 commit af6e52b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/lexer.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ Lexer.prototype = {
var captures;
if (captures = /^include:([a-zA-Z0-9\-]+) +([^\n]+)/.exec(this.input)) {
this.consume(captures[0].length);
console.dir(captures);
var filter = captures[1];
var path = captures[2];
var tok = this.tok('include', path);
Expand Down

0 comments on commit af6e52b

Please sign in to comment.