www

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

commit 9dd8a7119d31f2418752319e9527b7eaab236d9f
parent 9d50ee9317162e86fc6a264017af49609f1495c6
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu,  3 Feb 2011 07:10:19 +0000

remove some debug code


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

diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js @@ -395,7 +395,6 @@ Zotero.Translate.Sandbox = { } else { translate._progress = value; } - Zotero.debug("setting progress to "+value); } }, @@ -1164,7 +1163,6 @@ Zotero.Translate.Import.prototype.__defineGetter__("progress", * Return the progress of the import operation, or null if progress cannot be determined */ function() { - Zotero.debug("progress is "+this._progress); if(this._progress !== undefined) return this._progress; if(Zotero.Translate.IO.rdfDataModes.indexOf(this._mode) !== -1 || this._mode === "xml/e4x" || this._mode == "xml/dom" || !this._io) { return null;