Remove debug output during file sync

This commit is contained in:
Dan Stillman 2016-06-02 16:10:17 -04:00
parent b0b9e84650
commit 7f339af104

View File

@ -426,9 +426,6 @@ Zotero.Sync.Storage.Mode.ZFS.prototype = {
json.version = version; json.version = version;
} }
Zotero.debug('=-=-=--=');
Zotero.debug(json);
// TEMP // TEMP
// //
// Passed through to _updateItemFileInfo() // Passed through to _updateItemFileInfo()