diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js index 1d03c18c4..848e8d02c 100644 --- 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;