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 {
|
||||
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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue