www

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

commit 42f3875b0c965c1df18ea6b53677ea6fd4d0e2c1
parent d5fa7be95ac70d3aa39a9b20a0c79b288d0015e8
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat,  9 Jun 2012 14:58:29 -0400

Remove debug code

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

diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js @@ -1234,9 +1234,6 @@ Zotero.Translate.Base.prototype = { * Checks if saving done, and if so, fires done event */ "_checkIfDone":function() { - Zotero.debug(this._savingItems); - Zotero.debug(this._savingAttachments.length); - Zotero.debug(this._currentState); if(!this._savingItems && !this._savingAttachments.length && !this._currentState) { this._runHandler("done", true); }