diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index a3267cd3be..d41045a55b 100644 --- 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 {