From 4d85866ade1780c4b472602e11957947b1cd3902 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 11 Feb 2016 15:06:17 -0500 Subject: [PATCH] Fix translation breakage after 7c41618a4 --- 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 0a410b176..f49f73818 100644 --- a/chrome/content/zotero/xpcom/translation/translate.js +++ b/chrome/content/zotero/xpcom/translation/translate.js @@ -1259,10 +1259,7 @@ Zotero.Translate.Base.prototype = { // set display options to default if they don't exist if(!this._displayOptions) this._displayOptions = this._translatorInfo.displayOptions || {}; - // prepare translation - this.incrementAsyncProcesses("Zotero.Translate#prepareTranslation()"); yield this._prepareTranslation(); - this.decrementAsyncProcesses("Zotero.Translate#prepareTranslation()"); Zotero.debug("Translate: Beginning translation with "+this.translator[0].label);