mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
vmalert: remove a line added for debug (#2611)
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
2aeb00f98f
commit
d814c83b21
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue