www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit b075d91f9c9bef4b9aedfa86788c0fa6a911f1a8
parent 500c55bdd364e741225e68ef578cfbee5d694c93
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 22 Jul 2013 03:16:40 -0400

Revert "Remove debug line"

This reverts commit a2249b9bee91a56c4ed30f2c2b776b88d33cbba0.

Diffstat:
Mchrome/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 @@ -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");