diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index 28083eb3e..ab2e7985f 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");