Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
zaach committed Mar 2, 2012
1 parent 44ae994 commit 3fe86e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jison/cli-wrapper.js
Expand Up @@ -85,7 +85,6 @@ function processGrammar (rawGrammar, lex, name) {
var opt = grammar.options || {};
if (lex) grammar.lex = require("./jisonlex").parse(lex);
opt.debug = args.debug;
console.log(args);
if (!opt.moduleType) opt.moduleType = args.moduleType;
if (!opt.moduleName && name) opt.moduleName = name.replace(/-\w/g, function (match){ return match.charAt(1).toUpperCase(); });

Expand Down

0 comments on commit 3fe86e3

Please sign in to comment.