[MM-45935]: removed feature flag definition and default (#20714)

* removed feature flag definition and default

* removed default for feature flag
Этот коммит содержится в:
Michel Engelen
2022-08-25 11:18:16 +02:00
коммит произвёл GitHub
родитель f2463358c4
Коммит e9cc35122f

Просмотреть файл

@@ -67,8 +67,6 @@ type FeatureFlags struct {
CommandPalette bool
PostForwarding bool
AdvancedTextEditor bool
// Enable Boards as a product (multi-product architecture)
@@ -98,7 +96,6 @@ func (f *FeatureFlags) SetDefaults() {
f.GraphQL = false
f.InsightsEnabled = true
f.CommandPalette = false
f.PostForwarding = true
f.AdvancedTextEditor = true
f.CallsEnabled = true
f.BoardsProduct = false