Commit 1c4167c 1 parent 12ae483 commit 1c4167c Copy full SHA for 1c4167c
File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ export abstract class SdkBase {
159
159
}
160
160
this . _callbackManager . runCallbacks ( EventType . IdentityUpdated , { } ) ;
161
161
}
162
- this . isIdentityAvailable ( ) ;
163
162
}
164
163
165
164
public getIdentity ( ) : Identity | null {
@@ -292,7 +291,6 @@ export abstract class SdkBase {
292
291
293
292
this . setInitComplete ( true ) ;
294
293
this . _callbackManager ?. runCallbacks ( EventType . InitCompleted , { } ) ;
295
- this . isIdentityAvailable ( ) ;
296
294
if ( this . hasOptedOut ( ) ) this . _callbackManager . runCallbacks ( EventType . OptoutReceived , { } ) ;
297
295
}
298
296
@@ -510,7 +508,6 @@ export abstract class SdkBase {
510
508
} else {
511
509
const errorText = 'Unexpected status received from CSTG endpoint.' ;
512
510
this . _logger . warn ( errorText ) ;
513
- this . isIdentityAvailable ( ) ;
514
511
throw new Error ( errorText ) ;
515
512
}
516
513
}
You can’t perform that action at this time.
0 commit comments