Remove debugging for download overlay issue

This commit is contained in:
Dan Stillman 2014-10-10 19:22:57 -04:00
parent 39b01b80e0
commit 94060e113f

View file

@ -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);
}