From 1cd16abdc5a13296c417fc01d755389b22f548dc Mon Sep 17 00:00:00 2001 From: Sergey Kacheev Date: Sun, 1 Apr 2018 01:50:05 +0700 Subject: [PATCH] cleanup --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index ddf9c35..6e7597e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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();