1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

remove commented out code

This commit is contained in:
schaeff 2021-11-03 18:25:35 +01:00
parent fce7fe8a97
commit 4cd0017f17

View file

@ -83,12 +83,6 @@ fn cli_compute<T: Field, I: Iterator<Item = ir::Statement<T>>>(
println!("Computing witness...");
let verbose = sub_matches.is_present("verbose");
// print deserialized flattened program if in verbose mode
// if verbose {
// println!("{}", ir_prog);
// }
let is_stdin = sub_matches.is_present("stdin");
let is_abi = sub_matches.is_present("abi");