Commit 6da2ff7f authored by steven's avatar steven

chore: clean logs

parent 6c433b45
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment