Skip to content

Commit

Permalink
Remove rarely triggered debug message
Browse files Browse the repository at this point in the history
git-svn-id: https://piraha-peg.googlecode.com/svn/trunk@82 1a70d7c6-ffe7-ef14-4583-3269c1a2e543
  • Loading branch information
[email protected] committed Oct 10, 2012
1 parent dbd69cc commit cfa3bcc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/edu/lsu/cct/piraha/Grammar.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ public void compileFile(String contents) throws IOException {
Pattern ptmp = new ReParse().compile(rule.group(1), false, this);
lastCompiled = rule.group(0).substring();
patterns.put(lastCompiled,ptmp);
if(lastCompiled.equals("access")) {
rule.dumpMatches();
}
}
}

Expand Down

0 comments on commit cfa3bcc

Please sign in to comment.