Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
carneiro-cw committed Nov 28, 2024
1 parent b93904e commit 4d48262
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/eth/storage/temporary/inmemory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ impl TemporaryStorage for InMemoryTemporaryStorage {
// check conflicts
let mut states = self.lock_write();
if let TransactionExecution::Local(tx) = &tx {
tracing::info!("hereeeeee");

let expected_input = EvmInput::from_eth_transaction(tx.input.clone(), states.head.block.header.clone());

if expected_input != tx.evm_input {
Expand Down

0 comments on commit 4d48262

Please sign in to comment.