From 6dfef4daedbdd4680859d2fd83c33aea04945b96 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 6 Sep 2016 12:17:16 -0400 Subject: [PATCH] Removed another unused undeclared variable Follow-up to 42ef98bb89 --- chrome/content/zotero/xpcom/connector/translator.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/connector/translator.js b/chrome/content/zotero/xpcom/connector/translator.js index 121ffbbc4..3cf970b04 100644 --- a/chrome/content/zotero/xpcom/connector/translator.js +++ b/chrome/content/zotero/xpcom/connector/translator.js @@ -388,7 +388,6 @@ Zotero.Translator.prototype.init = function(info) { var property = TRANSLATOR_REQUIRED_PROPERTIES[i]; if(info[property] === undefined) { Zotero.logError(new Error('Missing property "'+property+'" in translator metadata JSON object in ' + info.label)); - haveMetadata = false; break; } else { this[property] = info[property];