Remove debug code
This commit is contained in:
parent
77f27ff3d3
commit
f52cb2c397
1 changed files with 0 additions and 1 deletions
|
@ -1195,7 +1195,6 @@ Zotero.Integration.Fields.prototype._updateDocument = function(forceCitations, f
|
||||||
// For ReferenceMarks with formatting, we need to set the text again, because
|
// For ReferenceMarks with formatting, we need to set the text again, because
|
||||||
// setting the field code removes formatting from the mark. I don't like this.
|
// setting the field code removes formatting from the mark. I don't like this.
|
||||||
field.setText(formattedCitation, isRich);
|
field.setText(formattedCitation, isRich);
|
||||||
Zotero.debug("Setting text again");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
nUpdated++;
|
nUpdated++;
|
||||||
|
|
Loading…
Reference in a new issue