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 {
|
if profile.Metric {
|
||||||
println("metric collection is enabled")
|
|
||||||
// nolint
|
// nolint
|
||||||
metric.NewMetricClient(s.ID, *profile)
|
metric.NewMetricClient(s.ID, *profile)
|
||||||
} else {
|
|
||||||
println("metric collection is disabled")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
c := make(chan os.Signal, 1)
|
c := make(chan os.Signal, 1)
|
||||||
|
Reference in New Issue
Block a user