We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d59ce9 commit 675c8b2Copy full SHA for 675c8b2
crates/provider/src/alloy/entry_point/v0_7.rs
@@ -764,8 +764,6 @@ async fn simulate_handle_op_inner<AP: AlloyProvider>(
764
.await
765
};
766
767
- tracing::info!("simulate_handle_op_inner: {:?}", res);
768
-
769
match res {
770
Ok(output) => Ok(Ok(output.try_into()?)),
771
Err(ContractError::TransportError(TransportError::ErrorResp(resp))) => {
0 commit comments