From 0e87056e625ea686a811405197ceed8c82bab41c Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 29 Mar 2011 01:17:04 +0000 Subject: [PATCH] remove debug code --- chrome/content/zotero/xpcom/integration.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index bec9cda80..b46b81982 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -917,7 +917,6 @@ Zotero.Integration.Document.prototype._updateSession = function(newField, editFi } } else if(fieldCode == "TEMP") { if(newField) { - Zotero.debug("Edit Field index "+i); editFieldIndex = i; editField = field; } else { @@ -996,7 +995,6 @@ Zotero.Integration.Document.prototype._updateDocument = function(forceCitations, this._session.updateUpdateIndices(forceCitations); var deleteCitations = this._session.updateCitations(); this._deleteFields = this._deleteFields.concat([i for(i in deleteCitations)]); - Zotero.debug(this._session.updateIndices); for(var i in this._session.updateIndices) { var citation = this._session.citationsByIndex[i]; if(!citation || deleteCitations[i]) continue;