mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
Removed commented code
This commit is contained in:
parent
8ef3aebc29
commit
37033080b7
@ -496,9 +496,6 @@ func parseQuery(model *simplejson.Json) (*CloudWatchQuery, error) {
|
||||
}
|
||||
|
||||
alias := model.Get("alias").MustString()
|
||||
/*if alias == "" {
|
||||
alias = "{{metric}}_{{stat}}"
|
||||
}*/
|
||||
|
||||
returnData := model.Get("returnData").MustBool(false)
|
||||
highResolution := model.Get("highResolution").MustBool(false)
|
||||
|
Loading…
Reference in New Issue
Block a user