mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 12:50:09 +00:00
Bug 1732695 removed code to render Persona in telemetry r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D129356
This commit is contained in:
parent
d6adcb5f30
commit
7526230a3b
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user