We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e04ed commit 79feb7fCopy full SHA for 79feb7f
crates/circuits/mod-builder/src/builder.rs
@@ -328,11 +328,6 @@ impl<AB: InteractionBuilder> SubAir<AB> for FieldExpr {
328
.take(expected.len())
329
.collect();
330
331
- if format!("{:?}", flags[0].into()) == "0" {
332
- println!("lhs: {:?}", reads);
333
- println!("rhs: {:?}", expected);
334
- }
335
-
336
for (lhs, rhs) in zip_eq(&reads, expected) {
337
builder
338
.when(is_setup.clone())
0 commit comments