commit 2160b1cb8747b05b6b133019cd380031594e4af0
parent 8a7d405e4d8c0b996a2583a53d6118fefffdad6d
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 17 Apr 2017 13:56:59 -0400
Remove stray console.log() calls in citeproc-js
This is breaking bibliography output for some citations.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js
@@ -9729,9 +9729,7 @@ CSL.NameOutput.prototype._splitInstitution = function (value, v, i) {
value.literal = value.family;
delete value.family;
}
- console.log("XX10: " + this.Item.id + " " + JSON.stringify(value));
var splitInstitution = value.literal.replace(/\s*\|\s*/g, "|");
- console.log(" XX10 OK");
splitInstitution = splitInstitution.split("|");
if (this.institution.strings.form === "short" && this.state.sys.getAbbreviation) {
var jurisdiction = this.Item.jurisdiction;