1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

Remove debug code.

This commit is contained in:
Alec Rippberger
2024-09-26 10:40:16 -05:00
parent 60d1177361
commit a97dc7494f
2 changed files with 0 additions and 7 deletions

View File

@@ -123,10 +123,6 @@ export class DefaultConfigService implements ConfigService {
serverConfig: ServerConfig | null,
flag: Flag,
) {
// if (flag == FeatureFlag.ExtensionRefresh) {
// return true as FeatureFlagValueType<Flag>;
// }
if (serverConfig?.featureStates == null || serverConfig.featureStates[flag] == null) {
return DefaultFeatureFlagValue[flag];
}