Explorar el Código

Removed commented code

utkarshcmu hace 6 años
padre
commit
37033080b7
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      pkg/tsdb/cloudwatch/cloudwatch.go

+ 0 - 3
pkg/tsdb/cloudwatch/cloudwatch.go

@@ -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)