diff --git a/model/feature_flags.go b/model/feature_flags.go index 80b25dbc6c..1c7656f008 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -68,8 +68,6 @@ type FeatureFlags struct { PeopleProduct bool - AnnualSubscription bool - // A/B Test on reduced onboarding task list item ReduceOnBoardingTaskList bool @@ -105,7 +103,6 @@ func (f *FeatureFlags) SetDefaults() { f.PostPriority = true f.PeopleProduct = false f.WorkTemplate = false - f.AnnualSubscription = false f.ReduceOnBoardingTaskList = false f.ThreadsEverywhere = false f.GlobalDrafts = true