Apply suggestion from @MariusVanDerWijden

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
This commit is contained in:
jwasinger 2026-05-13 12:43:42 -04:00 committed by GitHub
parent 4eabe32e26
commit c32feebe50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,9 +146,6 @@ func NewEVM(blockCtx BlockContext, statedb StateDB, chainConfig *params.ChainCon
jumpDests: newMapJumpDests(),
arena: newArena(),
}
if !evm.chainRules.IsAmsterdam {
fmt.Println("DEBUG")
}
evm.precompiles = activePrecompiledContracts(evm.chainRules)
switch {