From 318e5b2dd6e992c09b36be910d7c4ed43f97bb71 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 14 Aug 2013 10:51:05 -0400 Subject: [PATCH] Enable debug line for file sync --- 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 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) {