mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-13 06:47:28 -08:00
promql: Remove leftover debug output
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
2c1f9558b2
commit
65b4696b88
|
@ -606,10 +606,6 @@ func (ev *evalCmd) compareResult(result parser.Value) error {
|
||||||
}
|
}
|
||||||
for fp, expVals := range ev.expected {
|
for fp, expVals := range ev.expected {
|
||||||
if !seen[fp] {
|
if !seen[fp] {
|
||||||
fmt.Println("vector result", len(val), ev.expr)
|
|
||||||
for _, ss := range val {
|
|
||||||
fmt.Println(" ", ss.Metric, ss.T, ss.F)
|
|
||||||
}
|
|
||||||
return fmt.Errorf("expected metric %s with %v not found", ev.metrics[fp], expVals)
|
return fmt.Errorf("expected metric %s with %v not found", ev.metrics[fp], expVals)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue