mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
Remove debug logs
This commit is contained in:
parent
af5c2b1cad
commit
65d11a9326
1 changed files with 0 additions and 2 deletions
|
|
@ -2019,7 +2019,6 @@ func SetEthConfig(ctx *cli.Context, stack *node.Node, cfg *ethconfig.Config) {
|
|||
}
|
||||
}
|
||||
|
||||
log.Info("flags", "genesis", cfg.Genesis)
|
||||
// Set any dangling config values
|
||||
if ctx.String(CryptoKZGFlag.Name) != "gokzg" && ctx.String(CryptoKZGFlag.Name) != "ckzg" {
|
||||
Fatalf("--%s flag must be 'gokzg' or 'ckzg'", CryptoKZGFlag.Name)
|
||||
|
|
@ -2095,7 +2094,6 @@ func RegisterFilterAPI(stack *node.Node, backend ethapi.Backend, ethcfg *ethconf
|
|||
}})
|
||||
|
||||
// avoiding constructor changed by introducing new method to set genesis
|
||||
log.Info("filterAPI", "genesis", ethcfg.Genesis)
|
||||
filterAPI.SetChainConfig(ethcfg.Genesis.Config)
|
||||
|
||||
return filterSystem
|
||||
|
|
|
|||
Loading…
Reference in a new issue