diff --git a/core/vm/evm.go b/core/vm/evm.go index 3b4e9647b5..a5dbc9ebb8 100644 --- a/core/vm/evm.go +++ b/core/vm/evm.go @@ -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 {