mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Remove unnecessary log line - Fix #188
This commit is contained in:
parent
680e404250
commit
113f90ec5e
1 changed files with 0 additions and 1 deletions
|
|
@ -210,7 +210,6 @@ func (q *metricsQuery) processQueryParts(queryParts []queryPart) ([]string, map[
|
|||
for _, qPart := range queryParts {
|
||||
// Be resilient against bad inputs.
|
||||
// We obviously can't generate label filters for these cases.
|
||||
fmt.Println("This is queryPart", qPart.labelName, qPart.operator, qPart.values)
|
||||
if qPart.labelName == "" {
|
||||
return nil, nil, ErrLabelNotSpecified
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue