Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
ggutoski committed Aug 27, 2024
1 parent 974a561 commit 972f5bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vid/src/advz/payload_prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ where
points.len()
},
};
ark_std::println!("points.len {}", points.len());
proofs.extend(
UnivariateKzgPCS::multi_open(&self.ck, &poly, &points[points_range])
.expect("GUS WTF")
Expand Down

0 comments on commit 972f5bd

Please sign in to comment.