www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 7f339af1042b36362912832e6c6e506e4dec01c8
parent b0b9e84650dd37f336dcd3b5b7310a93a5718aff
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  2 Jun 2016 16:10:17 -0400

Remove debug output during file sync

Diffstat:
Mchrome/content/zotero/xpcom/storage/zfs.js | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/chrome/content/zotero/xpcom/storage/zfs.js b/chrome/content/zotero/xpcom/storage/zfs.js @@ -426,9 +426,6 @@ Zotero.Sync.Storage.Mode.ZFS.prototype = { json.version = version; } - Zotero.debug('=-=-=--='); - Zotero.debug(json); - // TEMP // // Passed through to _updateItemFileInfo()