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 }