diff --git a/packages/client-sync/src/local-sync-worker/sync-process-manager.js b/packages/client-sync/src/local-sync-worker/sync-process-manager.js index 8cd1ba534..a2b446c86 100644 --- a/packages/client-sync/src/local-sync-worker/sync-process-manager.js +++ b/packages/client-sync/src/local-sync-worker/sync-process-manager.js @@ -33,7 +33,6 @@ class SyncProcessManager { } _onIdentityChanged() { - this._identityId = IdentityStore.identity() const newIdentityId = IdentityStore.identityId() if (newIdentityId !== this._identityId) { // The IdentityStore can trigger any number of times, but we only want to