Don't purge data tables before syncing
This was copied over from classic syncing, and while I noted in
1100015d2c
that it wasn't necessary before syncing anymore, I didn't
remove this call.
This commit is contained in:
parent
c270069639
commit
16ae145d6c
1 changed files with 0 additions and 3 deletions
|
@ -185,9 +185,6 @@ Zotero.Sync.Runner_Module = function (options = {}) {
|
|||
|
||||
this.setSyncStatus(Zotero.getString('sync.status.preparing'));
|
||||
|
||||
// Purge deleted objects so they don't cause sync errors (e.g., long tags)
|
||||
yield Zotero.purgeDataObjects(true);
|
||||
|
||||
let client = this.getAPIClient({ apiKey });
|
||||
let keyInfo = yield this.checkAccess(client, options);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue