www

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

commit 94060e113fc1a3d9a7a61e955b02a76779e184b1
parent 39b01b80e0b81855799ba7f6843bfd2a379a06ad
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 10 Oct 2014 19:22:57 -0400

Remove debugging for download overlay issue

Diffstat:
Mchrome/content/zotero/downloadOverlay.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/downloadOverlay.js b/chrome/content/zotero/downloadOverlay.js @@ -70,7 +70,6 @@ var Zotero_DownloadOverlay = new function() { } // TODO: Just show an error instead? else { - Zotero.debug(itemGroup, 2); Zotero.debug("Cannot save files to library " + itemGroup.ref.libraryID + " -- saving to personal library instead", 2); }