mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
chore(tsdb): remove commented code
This commit is contained in:
parent
4af420f759
commit
0059beb85d
@ -156,9 +156,3 @@ func parseResponse(value pmodel.Value, query *PrometheusQuery) (map[string]*tsdb
|
|||||||
queryResults["A"] = queryRes
|
queryResults["A"] = queryRes
|
||||||
return queryResults, nil
|
return queryResults, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
func resultWithError(result *tsdb.BatchResult, err error) *tsdb.BatchResult {
|
|
||||||
result.Error = err
|
|
||||||
return result
|
|
||||||
}*/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user