Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunming Jiang committed Dec 30, 2024
1 parent 3209b9f commit 7265ef0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spartan_parallel/src/custom_dense_mlpoly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,15 +311,8 @@ impl<S: SpartanExtensionField> DensePolynomialPqx<S> {
pub fn bound_poly_vars_rq(&mut self,
r_q: &[S],
) {
let mut count = 0;
for r in r_q {
self.bound_poly_q(r);
count += 1;
if count == 10 {
for p in 0..self.Z.len() {
println!("SINGLE CORE: P: {}, INST0: {:?}", p, self.Z[p][0][0][0]);
}
}
}
}

Expand Down

0 comments on commit 7265ef0

Please sign in to comment.