From 42f3875b0c965c1df18ea6b53677ea6fd4d0e2c1 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 9 Jun 2012 14:58:29 -0400 Subject: [PATCH] Remove debug code --- chrome/content/zotero/xpcom/translation/translate.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js index 5b35e974b..d63ef19a6 100644 --- 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); }