mirror of
https://github.com/logos-storage/circom-compat-ffi.git
synced 2026-01-02 12:53:10 +00:00
remove print
This commit is contained in:
parent
bbddc2baf8
commit
fbead75f42
@ -238,7 +238,6 @@ pub unsafe extern "C" fn prove_circuit(
|
||||
.map_err(|_| ERR_MAKING_PROOF)
|
||||
.unwrap();
|
||||
|
||||
println!("proof: {:#?}", circom_proof.a);
|
||||
*proof_ptr = Box::leak(Box::new((&circom_proof).into()));
|
||||
}));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user