diff --git a/crates/rpc/rpc/src/trace.rs b/crates/rpc/rpc/src/trace.rs index 9732ac4269..0ead02a537 100644 --- a/crates/rpc/rpc/src/trace.rs +++ b/crates/rpc/rpc/src/trace.rs @@ -175,8 +175,6 @@ where // need to apply the state changes of this call before executing the // next call if calls.peek().is_some() { - // need to apply the state changes of this call before executing - // the next call db.commit(res.state) } }