www

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

commit 47299c9e85be8ee6eb6d68ff1042e66d2db6ddbe
parent 8e1b8022adc41946fbf2146a2c7e6e0a391b6aec
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 18 Mar 2013 20:27:54 -0400

Remove debug line and update error message

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

diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js @@ -260,7 +260,6 @@ Zotero.Sync.Storage = new function () { } if (downloadAll || downloadForced) { - Zotero.debug(downloadAll); for each(var itemID in _getFilesToDownload(libraryID, !downloadAll)) { var item = Zotero.Items.get(itemID); self.queueItem(item); @@ -640,7 +639,7 @@ Zotero.Sync.Storage = new function () { if (typeof libraryID != 'undefined') { msg += " in library " + libraryID; if (itemModTimes) { - throw new Error("libraryID is not allowed when itemIDs is set"); + throw new Error("libraryID is not allowed when itemModTimes is set"); } } else {