diff --git a/chrome/content/zotero/downloadOverlay.js b/chrome/content/zotero/downloadOverlay.js index b4d35ecae..aee28a8c7 100644 --- a/chrome/content/zotero/downloadOverlay.js +++ b/chrome/content/zotero/downloadOverlay.js @@ -70,16 +70,13 @@ var Zotero_DownloadOverlay = new function() { } // TODO: Just show an error instead? else { - Zotero.debug("libraryID: " + itemGroup.ref.libraryID); - Zotero.debug("editable: " + itemGroup.ref.editable); - Zotero.debug("filesEditable: " + itemGroup.ref.filesEditable); + Zotero.debug(itemGroup, 2); Zotero.debug("Cannot save files to library " + itemGroup.ref.libraryID - + " -- saving to personal library instead"); + + " -- saving to personal library instead", 2); } } catch(e) { Zotero.debug(e, 1); }; - Zotero.debug("Library ID is " + libraryID); var recognizePDF = document.getElementById('zotero-recognizePDF').checked && !document.getElementById('zotero-recognizePDF').hidden