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");