diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 8d28ca2d2..a88f55a46 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -783,8 +783,6 @@ Zotero.Integration.Document.prototype._updateDocument = function(forceCitations, for(var i=(this._removeCodeFields.length-1); i>=0; i--) { this._fields[this._removeCodeFields[i]].removeCode(); } - - Zotero.debug(this._session.citationsByIndex.toSource()); } /**