Skip to content

Commit

Permalink
cleanup log
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirhemo committed Sep 16, 2024
1 parent 3b81500 commit db332bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/recursion/core-v2/src/shape.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ impl<F: PrimeField32 + BinomiallyExtendable<D>, const DEGREE: usize, const COL_P
}

if let Some(shape) = closest_shape {
tracing::info!("Found shape with minimal hamming distance: {}", min_distance);
let shape = RecursionShape { inner: shape };
program.shape = Some(shape);
} else {
Expand Down

0 comments on commit db332bd

Please sign in to comment.