good morning!!!!

Skip to content
Snippets Groups Projects
Commit b17fafe1 authored by alex.sharov's avatar alex.sharov
Browse files

clean debug line

parent 06c52c7b
No related merge requests found
......@@ -216,7 +216,6 @@ func Setup(ctx *cli.Context) error {
}
pprofEnabled := ctx.Bool(pprofFlag.Name)
metricsAddr := ctx.String(metricsAddrFlag.Name)
fmt.Printf("pprofEnabled: %t, %t\n", ctx.GlobalBool(pprofFlag.Name), ctx.Bool(pprofFlag.Name))
if metrics.Enabled && (!pprofEnabled || metricsAddr != "") {
metricsPort := ctx.Int(metricsPortFlag.Name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment