diff --git a/cmd/memos.go b/cmd/memos.go index c391d35e..dedff53e 100644 --- a/cmd/memos.go +++ b/cmd/memos.go @@ -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)