chore: clean logs

pull/2509/head
steven 1 year ago
parent 6c433b452f
commit 6da2ff7ffb

@ -67,11 +67,8 @@ var (
}
if profile.Metric {
println("metric collection is enabled")
// nolint
metric.NewMetricClient(s.ID, *profile)
} else {
println("metric collection is disabled")
}
c := make(chan os.Signal, 1)

Loading…
Cancel
Save