remove tag sync

This commit is contained in:
Thomas Zarebczan 2021-11-17 03:09:26 -05:00
parent ac93b379a9
commit 51546436ce
No known key found for this signature in database
GPG key ID: D505010BDB4364BC

View file

@ -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();