diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index 8b6bdbbc9..f393644fc 100644 --- a/chrome/content/zotero/xpcom/storage.js +++ b/chrome/content/zotero/xpcom/storage.js @@ -949,7 +949,7 @@ Zotero.Sync.Storage = new function () { let item = items.shift(); let row = attachmentData[item.id]; let lk = item.libraryKey; - //Zotero.debug("Checking attachment file for item " + lk); + Zotero.debug("Checking attachment file for item " + lk); let nsIFile = item.getFile(row, true); if (!nsIFile) {