Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Oct 3, 2024
1 parent af5c2b1 commit 65d11a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 65d11a9

Please sign in to comment.