promql: Remove leftover debug output

Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
beorn7 2024-03-27 19:02:27 +01:00
parent 2c1f9558b2
commit 65b4696b88
1 changed files with 0 additions and 4 deletions

View File

@ -606,10 +606,6 @@ func (ev *evalCmd) compareResult(result parser.Value) error {
}
for fp, expVals := range ev.expected {
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)
}
}