commit 0e87056e625ea686a811405197ceed8c82bab41c
parent a7b1cc1046fde66e040e996635b7c610629755d9
Author: Simon Kornblith <simon@simonster.com>
Date: Tue, 29 Mar 2011 01:17:04 +0000
remove debug code
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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;