mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
vmalert: remove a line added for debug (#2611)
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
34116882b4
commit
5111d850e2
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user