remove debug information

This commit is contained in:
Evgeniy Kulikov 2020-02-29 17:07:07 +03:00
parent 131d99a182
commit 5a640fc0fa
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2

View file

@ -101,7 +101,6 @@ func metricsHandler(reg prometheus.Gatherer, opts promhttp.HandlerOpts) fasthttp
} }
for _, mf := range mfs { for _, mf := range mfs {
fmt.Println(*mf.Name)
if handleError(enc.Encode(mf)) { if handleError(enc.Encode(mf)) {
return return
} }