forked from TrueCloudLab/frostfs-http-gw
remove debug information
This commit is contained in:
parent
131d99a182
commit
5a640fc0fa
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue