From f52cb2c3978d55bc3f51ac3daa3c8696671c6936 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 28 Sep 2011 21:48:27 +0000 Subject: [PATCH] Remove debug code --- chrome/content/zotero/xpcom/integration.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 4c0617eb25..3c80643ac8 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -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++;