Skip to content

Commit 09e6f0c

Browse files
committed
Remove print
1 parent d903b47 commit 09e6f0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/op-rbuilder/src/payload_builder.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,6 @@ where
11741174

11751175
// A sequencer's block should never contain blob or deposit transactions from the pool.
11761176
if tx.is_eip4844() || tx.is_deposit() {
1177-
println!("B");
11781177
best_txs.mark_invalid(tx.signer(), tx.nonce());
11791178
continue;
11801179
}

0 commit comments

Comments
 (0)