Skip to content

Commit

Permalink
Remove stray console.log() calls in citeproc-js
Browse files Browse the repository at this point in the history
This is breaking bibliography output for some citations.
  • Loading branch information
dstillman committed Apr 17, 2017
1 parent 8a7d405 commit 2160b1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chrome/content/zotero/xpcom/citeproc.js
Expand Up @@ -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;
Expand Down

0 comments on commit 2160b1c

Please sign in to comment.