diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index cc21c066163b..6e82143e3565 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -2132,7 +2132,6 @@ func MakeChain(ctx *cli.Context, stack *node.Node, readonly bool) (*core.BlockCh common.HexToAddress(strings.TrimSpace(addr)), ) } - log.Info("VM Config: ZeroFeeAddresses=", vmcfg.ZeroFeeAddresses) } // Disable transaction indexing/unindexing by default. chain, err := core.NewBlockChain(chainDb, cache, gspec, nil, engine, vmcfg, nil, nil)