Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsengia committed Jan 8, 2019
1 parent 942bdce commit fb9c247
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/ca/l5/expandingdev/jsgf/Grammar.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ else if (e instanceof RuleReference) {
}
}
catch (RuntimeException exception) {
System.out.println("coulnd find rule: " +ref.getRuleName());
System.out.println(this.compileGrammar());
// Rule couldnt be found
}
}
Expand Down

0 comments on commit fb9c247

Please sign in to comment.