Skip to content

Commit

Permalink
Remove accidental message
Browse files Browse the repository at this point in the history
  • Loading branch information
spapinistarkware committed Jun 27, 2024
1 parent 7152ca6 commit f59f722
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/prover/src/core/backend/simd/blake2s.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ impl MerkleOps<Blake2sMerkleHasher> for SimdBackend {
})
.collect();
}
println!("B");

if let Some(prev_layer) = prev_layer {
assert_eq!(prev_layer.len(), 1 << (log_size + 1));
Expand Down

0 comments on commit f59f722

Please sign in to comment.