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);