mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00: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
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()
|
return ps.metrics()
|
||||||
default:
|
default:
|
||||||
fmt.Println(string(r.Data.Result))
|
|
||||||
return nil, fmt.Errorf("unknown result type %q", r.Data.ResultType)
|
return nil, fmt.Errorf("unknown result type %q", r.Data.ResultType)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue