Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwen01 committed Nov 9, 2024
1 parent aef3824 commit 1693096
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/recursion/gnark-ffi/src/plonk_bn254.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ impl PlonkBn254Prover {
let mut witness_file = tempfile::NamedTempFile::new().unwrap();
let gnark_witness = GnarkWitness::new(witness);
let serialized = serde_json::to_string(&gnark_witness).unwrap();
println!("serialized = {}", serialized);
witness_file.write_all(serialized.as_bytes()).unwrap();

let mut proof =
Expand Down

0 comments on commit 1693096

Please sign in to comment.