remove tag sync
This commit is contained in:
parent
ac93b379a9
commit
51546436ce
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ export function doSyncLoop(noInterval?: boolean) {
|
|||
const syncLocked = selectSyncIsLocked(state);
|
||||
if (hasVerifiedEmail && syncEnabled && !syncLocked) {
|
||||
dispatch(doGetSyncDesktop((error, hasNewData) => dispatch(doHandleSyncComplete(error, hasNewData))));
|
||||
dispatch(doAnalyticsTagSync());
|
||||
if (!noInterval) {
|
||||
syncTimer = setInterval(() => {
|
||||
const state = getState();
|
||||
|
|
Loading…
Reference in a new issue