mirror of https://github.com/usememos/memos.git
chore: clean logs
This commit is contained in:
parent
6c433b452f
commit
6da2ff7ffb
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue