From 7f339af1042b36362912832e6c6e506e4dec01c8 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 2 Jun 2016 16:10:17 -0400 Subject: [PATCH] Remove debug output during file sync --- chrome/content/zotero/xpcom/storage/zfs.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/chrome/content/zotero/xpcom/storage/zfs.js b/chrome/content/zotero/xpcom/storage/zfs.js index a564530a5f..dc6cd1c1f9 100644 --- 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()