Bug 1452935 - Remove empty addons.activeExperiment r=gfritzsche

MozReview-Commit-ID: 2CE6RscQjRV

--HG--
extra : rebase_source : 51583c15bb9d66de72586d452cde131c04657e56
This commit is contained in:
Jan-Erik Rediger 2018-04-17 08:23:00 +03:00
parent 0bb7ae998e
commit ccacb187d0
2 changed files with 0 additions and 2 deletions

View File

@ -649,7 +649,6 @@ EnvironmentAddonBuilder.prototype = {
theme: await this._getActiveTheme(),
activePlugins: this._getActivePlugins(atStartup),
activeGMPlugins: await this._getActiveGMPlugins(atStartup),
activeExperiment: {},
persona: personaId,
};

View File

@ -669,7 +669,6 @@ var EnvironmentData = {
this.renderAddonsObject(addons.activeAddons, addonSection, "activeAddons");
this.renderActivePlugins(addons.activePlugins, addonSection, "activePlugins");
this.renderKeyValueObject(addons.theme, addonSection, "theme");
this.renderKeyValueObject(addons.activeExperiment, addonSection, "activeExperiment");
this.renderAddonsObject(addons.activeGMPlugins, addonSection, "activeGMPlugins");
this.renderPersona(addons, addonSection, "persona");