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)
|
.map_err(|_| ERR_MAKING_PROOF)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
println!("proof: {:#?}", circom_proof.a);
|
|
||||||
*proof_ptr = Box::leak(Box::new((&circom_proof).into()));
|
*proof_ptr = Box::leak(Box::new((&circom_proof).into()));
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue