Remove stubbed-out auto group by option
This was present for testing in development and is no longer needed.pull/10616/head
parent
5cd742b6ab
commit
5ce8a9dea5
|
@ -174,8 +174,6 @@ func (t BasicTemplateVar) String() string {
|
|||
return `'` + t.Values[0].Value + `'`
|
||||
case "csv", "constant":
|
||||
return t.Values[0].Value
|
||||
case "autoGroupBy":
|
||||
return "group by time(1555s)"
|
||||
default:
|
||||
return ""
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue