diff --git a/crates/forrestrie/src/execution_layer.rs b/crates/forrestrie/src/execution_layer.rs index 05ed7dfc..5c486906 100644 --- a/crates/forrestrie/src/execution_layer.rs +++ b/crates/forrestrie/src/execution_layer.rs @@ -205,8 +205,6 @@ mod tests { .map(ReceiptWithBloom::try_from) .collect::, _>>(); - dbg!(&receipts_with_bloom); - // computes the root and verify against existing data let mut hb: HashBuilder; //target_idxs are the logIndexes for receipts to get proofs from.