Skip to content

Commit

Permalink
remove static feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosttveit committed Sep 28, 2023
1 parent c731cd5 commit 9026136
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Altinn.App.Core/Internal/App/FrontendFeatures.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ public class FrontendFeatures : IFrontendFeatures
/// </summary>
public FrontendFeatures(IFeatureManager featureManager)
{
features.Add("footer", true);
features.Add("processActions", true);

if (featureManager.IsEnabledAsync(FeatureFlags.JsonObjectInDataResponse).Result)
{
features.Add("jsonObjectInDataResponse", true);
Expand Down

0 comments on commit 9026136

Please sign in to comment.