mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:22:13 +08:00
chore(tsdb): remove commented code
This commit is contained in:
@ -156,9 +156,3 @@ func parseResponse(value pmodel.Value, query *PrometheusQuery) (map[string]*tsdb
|
||||
queryResults["A"] = queryRes
|
||||
return queryResults, nil
|
||||
}
|
||||
|
||||
/*
|
||||
func resultWithError(result *tsdb.BatchResult, err error) *tsdb.BatchResult {
|
||||
result.Error = err
|
||||
return result
|
||||
}*/
|
||||
|
Reference in New Issue
Block a user