From 4f0ab6b4f6b267482e3b9b9acb73f943281adc0f Mon Sep 17 00:00:00 2001 From: Siddhant Khare Date: Tue, 10 Oct 2023 00:42:44 +0530 Subject: [PATCH] Remove Outdated and Safe-to-Delete Feature Flags --- components/dashboard/src/data/featureflag-query.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/dashboard/src/data/featureflag-query.ts b/components/dashboard/src/data/featureflag-query.ts index 3bb0809d9e16e0..74bfff814b1750 100644 --- a/components/dashboard/src/data/featureflag-query.ts +++ b/components/dashboard/src/data/featureflag-query.ts @@ -11,8 +11,6 @@ import { useCurrentUser } from "../user-context"; import { useCurrentOrg } from "./organizations/orgs-query"; const featureFlags = { - showUseLastSuccessfulPrebuild: false, - publicApiExperimentalWorkspaceService: false, personalAccessTokensEnabled: false, oidcServiceEnabled: false, // Default to true to enable on gitpod dedicated until ff support is added for dedicated