Remove debug info

This commit is contained in:
wborgeaud 2022-02-15 17:01:16 +01:00
parent c74b0c91c8
commit d0da2fe1ad

View File

@ -662,15 +662,6 @@ impl<F: RichField + Extendable<D>, const D: usize> CircuitBuilder<F, D> {
let start = Instant::now(); let start = Instant::now();
let rate_bits = self.config.fri_config.rate_bits; let rate_bits = self.config.fri_config.rate_bits;
for g in &self.gate_instances {
assert_eq!(
g.gate_ref.0.generators(0, &[F::ZERO; 100]).len(),
g.gate_ref.0.num_ops(),
"{}",
g.gate_ref.0.id()
);
}
self.fill_batched_gates(); self.fill_batched_gates();
// Hash the public inputs, and route them to a `PublicInputGate` which will enforce that // Hash the public inputs, and route them to a `PublicInputGate` which will enforce that