[Basilisk] Remove some leftover crashreporter stuff

This commit is contained in:
Basilisk-Dev 2023-09-26 12:34:03 -04:00 committed by roytam1
commit 264cd17e94
3 changed files with 1 additions and 12 deletions

View file

@ -208,15 +208,6 @@ var gAdvancedPane = {
// DATA CHOICES TAB
/**
* We don't report crashes to any external servers so there is nothing to learn more about.
*/
initSubmitCrashes: function ()
{
let element = document.getElementById(crashReporterLearnMore);
element.setAttribute("hidden", "true");
},
/**
* Initialize the health report service reference and checkbox.
*/