Skip to content

Commit 9972b67

Browse files
committed
merge better
1 parent 7a00278 commit 9972b67

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/sdk/browser/src/BrowserDataManager.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ export default class BrowserDataManager extends BaseDataManager {
8585
this.setConnectionParams();
8686
}
8787
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
9488

9589
if (browserIdentifyOptions?.bootstrap) {
9690
this.finishIdentifyFromBootstrap(context, browserIdentifyOptions.bootstrap, identifyResolve);

0 commit comments

Comments
 (0)