Remove obsolete code

This commit is contained in:
Dan Stillman 2016-05-06 04:59:53 -04:00
parent 52ca6d4713
commit 950b583e3b

View file

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