www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 66ac0bddcd06b848b8d5a15bdea1a020f02a72e1
parent e9bedc640b5eb30b954feea93d8bde6eebab9c6a
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu, 16 Sep 2010 06:23:47 +0000

remove debug code accidentally included in previous commit


Diffstat:
Mchrome/content/zotero/xpcom/integration.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

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