Skip to content

Commit

Permalink
helpful print
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Apr 27, 2024
1 parent 13c8656 commit 3d144f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/noir_rs/src/prove.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub fn prove(
.expect("could not serialize witness map");

let circuit = bincode::serialize(program.functions.first().unwrap()).unwrap();

println!("{:?}", circuit);
let circuit_size = unsafe { get_circuit_sizes(&circuit) };

// let log_value = (circuit_size.total as f64).log2().ceil() as u32;
Expand Down

0 comments on commit 3d144f6

Please sign in to comment.