commit 950b583e3b6e793d980cd16fb4d0291e81161735 parent 52ca6d4713a51bdd4caad6ebea7b5d6b6bf305ff Author: Dan Stillman <dstillman@zotero.org> Date: Fri, 6 May 2016 04:59:53 -0400 Remove obsolete code Diffstat:
| M | chrome/content/zotero/xpcom/sync/syncRunner.js | | | 8 | -------- |
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git 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; });