vmalert: remove a line added for debug (#2611)

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
Roman Khavronenko 2022-05-18 14:57:58 +02:00 committed by GitHub
parent 34116882b4
commit 5111d850e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,6 @@ func parsePrometheusResponse(req *http.Request, resp *http.Response) ([]Metric,
}
return ps.metrics()
default:
fmt.Println(string(r.Data.Result))
return nil, fmt.Errorf("unknown result type %q", r.Data.ResultType)
}
}