docs(trace): remove duplicate comment (#20360)

This commit is contained in:
Sophia Raye
2025-12-16 17:56:01 +03:00
committed by GitHub
parent 49057b1c0c
commit bfd4b79245

View File

@@ -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)
}
}