diff --git a/chrome/content/zotero/xpcom/sync/syncRunner.js b/chrome/content/zotero/xpcom/sync/syncRunner.js index 34ac2f4825..e02921bb52 100644 --- a/chrome/content/zotero/xpcom/sync/syncRunner.js +++ b/chrome/content/zotero/xpcom/sync/syncRunner.js @@ -225,14 +225,6 @@ Zotero.Sync.Runner_Module = function (options = {}) { Zotero.debug("Done syncing"); } - - /*if (results.changesMade) { - Zotero.debug("Changes made during file sync " - + "-- performing additional data sync"); - this.sync(options); - }*/ - - return; });