From 950b583e3b6e793d980cd16fb4d0291e81161735 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 6 May 2016 04:59:53 -0400 Subject: [PATCH] Remove obsolete code --- chrome/content/zotero/xpcom/sync/syncRunner.js | 8 -------- 1 file changed, 8 deletions(-) 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; });