Skip to content

Commit

Permalink
chore: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Sep 5, 2023
1 parent 414388d commit b7ff69b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/acvm_backend_barretenberg/src/cli/write_vk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ fn write_vk_command() {
WriteVkCommand { bytecode_path, crs_path, is_recursive: false, vk_path_output };

let vk_written = write_vk_command.run(&backend.binary_path());
println!("{vk_written:?}");
assert!(vk_written.is_ok());
drop(temp_directory);
}

0 comments on commit b7ff69b

Please sign in to comment.