diff --git a/core/vm/gas_table.go b/core/vm/gas_table.go index 4429498eda8b..eb8b3a17ac36 100644 --- a/core/vm/gas_table.go +++ b/core/vm/gas_table.go @@ -21,7 +21,6 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/math" - "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/params" )