Skip to content

Commit

Permalink
Remove debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
darth-cy committed Dec 30, 2024
1 parent b7b95cd commit c7508d3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions spartan_parallel/src/custom_dense_mlpoly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,7 @@ impl<S: SpartanExtensionField> DensePolynomialPqx<S> {
// single proof matrix dimension W x X
let num_witness_secs = min(self.num_witness_secs, inst[0].len());
let num_inputs = self.num_inputs[p];

// debug
println!("[");
inst.iter().for_each(|mat| println!("{:?}, ", mat[0][0]));
println!("]");
println!();


if sub_levels > 0 {
let thread_split_inst = (0..num_threads)
.map(|_| {
Expand Down

0 comments on commit c7508d3

Please sign in to comment.