Remove stubbed-out auto group by option

This was present for testing in development and is no longer needed.
pull/10616/head
Tim Raymond & Jared Scheib 2017-06-15 16:16:24 -04:00 committed by Tim Raymond
parent 5cd742b6ab
commit 5ce8a9dea5
1 changed files with 0 additions and 2 deletions

View File

@ -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 ""
}