Skip to content

Commit

Permalink
chore: cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chancehudson committed Jul 9, 2024
1 parent 10aa92b commit ad7f51e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mopro-ffi/src/circom/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ fn prove<T: Pairing + FieldSerialization>(
);

let proof = ark_proof.map_err(|e| MoproError::CircomError(e.to_string()))?;
// println!("{} {} {}", proof.a, proof.b, proof.c);
// println!("{} {}",public_inputs.len(), public_inputs[0]);

Ok(GenerateProofResult {
proof: serialization::serialize_proof(&SerializableProof(proof)),
Expand Down

0 comments on commit ad7f51e

Please sign in to comment.