mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -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
|
||||
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