Skip to content

Commit 675c8b2

Browse files
authored
chore(provider): remove leftover log (#1160)
1 parent 9d59ce9 commit 675c8b2

File tree

1 file changed

+0
-2
lines changed
  • crates/provider/src/alloy/entry_point

1 file changed

+0
-2
lines changed

crates/provider/src/alloy/entry_point/v0_7.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,6 @@ async fn simulate_handle_op_inner<AP: AlloyProvider>(
764764
.await
765765
};
766766

767-
tracing::info!("simulate_handle_op_inner: {:?}", res);
768-
769767
match res {
770768
Ok(output) => Ok(Ok(output.try_into()?)),
771769
Err(ContractError::TransportError(TransportError::ErrorResp(resp))) => {

0 commit comments

Comments
 (0)