mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/utils: remove debug print
This commit is contained in:
parent
9879f25f8f
commit
d96d67284e
1 changed files with 0 additions and 1 deletions
|
|
@ -1489,7 +1489,6 @@ func SetEthConfig(ctx *cli.Context, stack *node.Node, cfg *eth.Config) {
|
|||
cfg.DiscoveryURLs = splitAndTrim(urls)
|
||||
}
|
||||
}
|
||||
fmt.Printf("%#v\n", cfg.DiscoveryURLs)
|
||||
|
||||
// Override any default configs for hard coded networks.
|
||||
switch {
|
||||
|
|
|
|||
Loading…
Reference in a new issue