minor log cleaning up

This commit is contained in:
Tuna 2018-06-24 01:13:52 +07:00
parent ab9f40aeed
commit da26c4884b
2 changed files with 1 additions and 2 deletions

View file

@ -32,6 +32,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/consensus/clique"
"github.com/ethereum/go-ethereum/console"
validatorContract "github.com/ethereum/go-ethereum/contracts/validator/contract"
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/ethclient"
@ -40,7 +41,6 @@ import (
"github.com/ethereum/go-ethereum/metrics"
"github.com/ethereum/go-ethereum/node"
"gopkg.in/urfave/cli.v1"
validatorContract "github.com/ethereum/go-ethereum/contracts/validator/contract"
)
const (

View file

@ -238,7 +238,6 @@ func New(ctx *node.ServiceContext, config *Config) (*Ethereum, error) {
}
}
}
return nil
}
}