fix(prometheus): remove extra debugging println

pull/11347/head
Chris Goller 2019-01-20 14:09:21 -06:00
parent a8a48ac5d7
commit 8d289a2818
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ package prometheus
import (
"bytes"
"encoding/json"
"fmt"
"io"
dto "github.com/prometheus/client_model/go"
@ -21,7 +20,6 @@ func DecodeExpfmt(r io.Reader, format expfmt.Format) ([]*dto.MetricFamily, error
break
}
if err != nil {
fmt.Println("decode error")
return nil, err
}
}