Skip to content

Commit

Permalink
chore: remove more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Nov 26, 2024
1 parent 90975f5 commit d82b301
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d82b301

Please sign in to comment.