diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/featureflags/FeatureFlagEnum.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/featureflags/FeatureFlagEnum.java index fcee1d271a..88076de028 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/featureflags/FeatureFlagEnum.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/featureflags/FeatureFlagEnum.java @@ -27,8 +27,6 @@ public enum FeatureFlagEnum { JS_EDITOR, LINTING, MULTIPLAYER, - GIT, - GIT_IMPORT, APP_TEMPLATE, TEMPLATES_PHASE_2, CONTEXT_SWITCHING, diff --git a/app/server/appsmith-server/src/main/resources/features/init-flags.yml b/app/server/appsmith-server/src/main/resources/features/init-flags.yml index ded9d61574..a9534b5330 100644 --- a/app/server/appsmith-server/src/main/resources/features/init-flags.yml +++ b/app/server/appsmith-server/src/main/resources/features/init-flags.yml @@ -35,24 +35,6 @@ ff4j: - name: emailDomains value: appsmith.com - - uid: GIT - enable: true - description: Enable git for apps - flipstrategy: - class: org.ff4j.strategy.PonderationStrategy - param: - - name: weight - value: 1 - - - uid: GIT_IMPORT - enable: true - description: Enable git import for apps - flipstrategy: - class: org.ff4j.strategy.PonderationStrategy - param: - - name: weight - value: 1 - - uid: APP_TEMPLATE enable: true description: Allow users to browse application templates and import them