We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a00278 commit 9972b67Copy full SHA for 9972b67
packages/sdk/browser/src/BrowserDataManager.ts
@@ -85,12 +85,6 @@ export default class BrowserDataManager extends BaseDataManager {
85
this.setConnectionParams();
86
}
87
this.secureModeHash = browserIdentifyOptions?.hash;
88
- if (await this.flagManager.loadCached(context)) {
89
- this.debugLog('Identify - Flags loaded from cache. Continuing to initialize via a poll.');
90
- }
91
- this.secureModeHash = browserIdentifyOptions?.hash;
92
-
93
- // TODO: Handle wait for network results in a meaningful way. SDK-707
94
95
if (browserIdentifyOptions?.bootstrap) {
96
this.finishIdentifyFromBootstrap(context, browserIdentifyOptions.bootstrap, identifyResolve);
0 commit comments