mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
Remove debug code.
This commit is contained in:
@@ -84,9 +84,6 @@ export class Main {
|
||||
// on ready stuff...
|
||||
});
|
||||
|
||||
// app.commandLine.appendSwitch("ignore-certificate-errors");
|
||||
// app.commandLine.appendSwitch("allow-insecure-localhost", "true");
|
||||
|
||||
if (appDataPath != null) {
|
||||
app.setPath("userData", appDataPath);
|
||||
}
|
||||
|
||||
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user