delete TODO: remove when we stop supporting the legacy group version

This commit is contained in:
aaa 2019-05-29 06:04:16 -04:00
parent afba9c0355
commit a55b9301da

View File

@ -613,7 +613,6 @@ func Complete(s *options.ServerRunOptions) (completedServerRunOptions, error) {
}
}
// TODO: remove when we stop supporting the legacy group version.
if s.APIEnablement.RuntimeConfig != nil {
for key, value := range s.APIEnablement.RuntimeConfig {
if key == "v1" || strings.HasPrefix(key, "v1/") ||