Merge pull request #189 from Multiply/remove-unnecessary-log-line

Remove unnecessary log line - Fix #188
This commit is contained in:
Sergiusz Urbaniak 2019-04-24 10:13:21 +02:00 committed by GitHub
commit 27a617bb9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}