Skip to content

Commit 12fe6fd

Browse files
committed
Debug constraints
1 parent 5b50b5b commit 12fe6fd

File tree

1 file changed

+0
-2
lines changed
  • extensions/native/circuit/src/sumcheck

1 file changed

+0
-2
lines changed

extensions/native/circuit/src/sumcheck/air.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ impl<AB: InteractionBuilder> Air<AB>
386386
)
387387
.eval(builder, logup_row_within_max_round);
388388

389-
/* _debug
390389
// Calculate evaluations
391390
let next_round_p_evals = FieldExtension::add(
392391
FieldExtension::multiply::<AB::Var, AB::Expr>(p1, c1),
@@ -419,6 +418,5 @@ impl<AB: InteractionBuilder> Air<AB>
419418
next_logup_row_specfic.acc_eval,
420419
);
421420
assert_array_eq::<_, _, _, EXT_DEG>(&mut builder.when(next.logup_acc), next.eval_acc, next_acc);
422-
*/
423421
}
424422
}

0 commit comments

Comments
 (0)