chore: clean logs

This commit is contained in:
steven 2023-11-09 08:25:28 +08:00
parent 6c433b452f
commit 6da2ff7ffb

View File

@ -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)