remove comment

pull/5778/head
yann300 7 days ago committed by Aniket
parent b8e300b4fc
commit b03db41da2
  1. 1
      libs/remix-debug/src/trace/traceCache.ts

@ -142,7 +142,6 @@ export class TraceCache {
if (sstore.address?.toLowerCase() === address?.toLowerCase() && sstore.key) {
if (sstore.contextCall?.call?.return < index && sstore.contextCall?.call?.reverted) {
// this is a previous call which has reverted. state changes aren't kept.
console.log('reverted state changes', changesIndex)
continue
} else {
ret[sstore.hashedKey] = {

Loading…
Cancel
Save