Skip to content

Commit 0e797f7

Browse files
committed
Removed unnecessary prints
1 parent 75358d6 commit 0e797f7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/curdleproofs.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ impl CurdleproofsProof {
241241
rng,
242242
)?;
243243

244-
println!("done1");
245244

246245
// Step 3
247246
self.same_scalar_proof.verify(
@@ -255,7 +254,6 @@ impl CurdleproofsProof {
255254
&mut transcript,
256255
)?;
257256

258-
println!("done2");
259257

260258
// Step 4
261259
let A_prime = self.A + self.cm_T.T_1 + self.cm_U.T_1;
@@ -292,7 +290,6 @@ impl CurdleproofsProof {
292290
&mut msm_accumulator,
293291
rng,
294292
)?;
295-
println!("done3");
296293

297294
// Finally check the correctness of R and S
298295
msm_accumulator.accumulate_check(&self.R, &vec_a, vec_R, rng);

0 commit comments

Comments
 (0)