From 0af5eaec7d6f11b24134b924c7222713280ace10 Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Wed, 20 Sep 2023 09:36:36 +1000 Subject: [PATCH] Remove sm-ga-billing feature flag (#3254) --- src/Core/Constants.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 132b1db447..db7aa17757 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -36,7 +36,6 @@ public static class FeatureFlagKeys public const string DisplayEuEnvironment = "display-eu-environment"; public const string DisplayLowKdfIterationWarning = "display-kdf-iteration-warning"; public const string TrustedDeviceEncryption = "trusted-device-encryption"; - public const string SecretsManagerBilling = "sm-ga-billing"; public const string AutofillV2 = "autofill-v2"; public static List GetAllKeys()