remove print

This commit is contained in:
Dmitriy Ryajov 2024-01-26 18:43:15 -06:00
parent bbddc2baf8
commit fbead75f42
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 0 additions and 1 deletions

View File

@ -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()));
}));