mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: clean logs
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user