www

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

commit 65488b56b640d7aacf68eca5a7f33df1c33b0b9d
parent c270766540f012030457c58bf3b91963a06629f4
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 11 Mar 2013 21:42:47 -0400

Remove debug output

Diffstat:
Mchrome/content/zotero/xpcom/storage.js | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js @@ -722,7 +722,7 @@ Zotero.Sync.Storage = new function () { var items = Zotero.Items.get(itemIDs); for each(var item in items) { 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"); @@ -740,8 +740,8 @@ Zotero.Sync.Storage = new function () { var fmtime = item.attachmentModificationTime; - Zotero.debug("Stored mtime is " + attachmentData[item.id].mtime); - Zotero.debug("File mtime is " + fmtime); + //Zotero.debug("Stored mtime is " + attachmentData[item.id].mtime); + //Zotero.debug("File mtime is " + fmtime); // Download-marking mode if (itemModTimes) {