commit a2249b9bee91a56c4ed30f2c2b776b88d33cbba0
parent 49074897078f0f0d0a49f21dc1264b10339139b7
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 22 Jul 2013 02:36:46 -0400
Remove debug line
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js
@@ -748,7 +748,7 @@ Zotero.Sync.Storage = new function () {
Zotero.debug("Memory usage: " + memmgr.resident);
var lk = libraryID + "/" + item.key;
- Zotero.debug("Checking attachment file for item " + lk);
+ //Zotero.debug("Checking attachment file for item " + lk);
var file = item.getFile(attachmentData[item.id]);
if (!file) {
Zotero.debug("Marking attachment " + lk + " as missing");