Bug 1732695 removed code to render Persona in telemetry r=chutten

Differential Revision: https://phabricator.services.mozilla.com/D129356
This commit is contained in:
Jon Barson 2021-10-26 14:24:51 +00:00
parent d6adcb5f30
commit 7526230a3b

View File

@ -639,14 +639,6 @@ var EnvironmentData = {
this.createAddonSection(dataDiv, ping);
},
renderPersona(addonObj, addonSection, sectionTitle) {
let table = document.createElement("table");
table.setAttribute("id", sectionTitle);
this.appendAddonSubsectionTitle(sectionTitle, table);
this.appendRow(table, "persona", addonObj.persona);
addonSection.appendChild(table);
},
renderAddonsObject(addonObj, addonSection, sectionTitle) {
let table = document.createElement("table");
table.setAttribute("id", sectionTitle);
@ -705,7 +697,6 @@ var EnvironmentData = {
addonSection,
"activeGMPlugins"
);
this.renderPersona(addons, addonSection, "persona");
let hasAddonData = !!Object.keys(ping.environment.addons).length;
let s = GenericSubsection.renderSubsectionHeader(