From 5a640fc0fa3658201355b32f54438ce9aef71a6b Mon Sep 17 00:00:00 2001 From: Evgeniy Kulikov Date: Sat, 29 Feb 2020 17:07:07 +0300 Subject: [PATCH] remove debug information --- metrics.go | 1 - 1 file changed, 1 deletion(-) diff --git a/metrics.go b/metrics.go index 7a4b51d..4829d35 100644 --- a/metrics.go +++ b/metrics.go @@ -101,7 +101,6 @@ func metricsHandler(reg prometheus.Gatherer, opts promhttp.HandlerOpts) fasthttp } for _, mf := range mfs { - fmt.Println(*mf.Name) if handleError(enc.Encode(mf)) { return }