Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sakateka committed Mar 31, 2018
1 parent 47ab63d commit 1cd16ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ fn main() {
cfg = cfg.chomsky();
verbose("Chomsky Normal Form", &cfg);
}
if matches.is_present("verbose") {
eprintln!("Result:");
}
output_stream.write_all(cfg.to_string().as_bytes()).unwrap();
} else if let Some(matches) = app.subcommand_matches("dfa") {
let dfa_table = matches.value_of("DFA").unwrap();
Expand Down

0 comments on commit 1cd16ab

Please sign in to comment.