From b075d91f9c9bef4b9aedfa86788c0fa6a911f1a8 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 22 Jul 2013 03:16:40 -0400 Subject: [PATCH] Revert "Remove debug line" This reverts commit a2249b9bee91a56c4ed30f2c2b776b88d33cbba0. --- chrome/content/zotero/xpcom/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index ab2e7985f2..28083eb3eb 100644 --- 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");