mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 06:24:01 +08:00
Removed commented code
This commit is contained in:
@ -496,9 +496,6 @@ func parseQuery(model *simplejson.Json) (*CloudWatchQuery, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
alias := model.Get("alias").MustString()
|
alias := model.Get("alias").MustString()
|
||||||
/*if alias == "" {
|
|
||||||
alias = "{{metric}}_{{stat}}"
|
|
||||||
}*/
|
|
||||||
|
|
||||||
returnData := model.Get("returnData").MustBool(false)
|
returnData := model.Get("returnData").MustBool(false)
|
||||||
highResolution := model.Get("highResolution").MustBool(false)
|
highResolution := model.Get("highResolution").MustBool(false)
|
||||||
|
Reference in New Issue
Block a user