Remove debug code

This commit is contained in:
Simon Kornblith 2011-09-28 21:48:27 +00:00
parent 77f27ff3d3
commit f52cb2c397

View file

@ -1195,7 +1195,6 @@ Zotero.Integration.Fields.prototype._updateDocument = function(forceCitations, f
// 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.
field.setText(formattedCitation, isRich);
Zotero.debug("Setting text again");
}
}
nUpdated++;