From 94060e113fc1a3d9a7a61e955b02a76779e184b1 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 10 Oct 2014 19:22:57 -0400 Subject: [PATCH] Remove debugging for download overlay issue --- chrome/content/zotero/downloadOverlay.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/downloadOverlay.js b/chrome/content/zotero/downloadOverlay.js index aee28a8c79..0f274952f5 100644 --- 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); }