remove debug code accidentally included in previous commit

This commit is contained in:
Simon Kornblith 2010-09-16 06:23:47 +00:00
parent e9bedc640b
commit 66ac0bddcd

View File

@ -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());
}
/**