mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
remove logging statement
This commit is contained in:
parent
2b003dc9a6
commit
e364107006
1 changed files with 0 additions and 2 deletions
|
|
@ -184,8 +184,6 @@ func (c *idxAccessListBuilder) exitScope(evmErr bool) {
|
|||
}
|
||||
}
|
||||
|
||||
c.logger.Info("parent access list", "depth", len(c.accessesStack), "access list", parentAccessList)
|
||||
|
||||
c.accessesStack = c.accessesStack[:len(c.accessesStack)-1]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue