Skip to content

Commit

Permalink
chore: remove unwanted print of Ok(<path>) in nargo compile (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Feb 14, 2023
1 parent 541edff commit 9af18d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/nargo/src/cli/compile_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ pub fn generate_circuit_and_witness_to_disk<P: AsRef<Path>>(
circuit_path.set_extension(ACIR_EXT);
let path = write_to_file(serialized.as_slice(), &circuit_path);
println!("Generated ACIR code into {path}");
println!("{:?}", std::fs::canonicalize(&circuit_path));

if generate_witness {
let (_, solved_witness) =
Expand Down

0 comments on commit 9af18d7

Please sign in to comment.