No issue - Remove leftover beta-only dev edition promo in devtools.

This commit is contained in:
Moonchild 2024-01-23 10:22:20 +01:00 committed by roytam1
commit eeff203318
8 changed files with 2 additions and 192 deletions

View file

@ -682,12 +682,6 @@ BrowserConsole.prototype = extend(WebConsole.prototype, {
this._telemetry.toolOpened("browserconsole");
// Create an onFocus handler just to display the dev edition promo.
// This is to prevent race conditions in some environments.
// Hook to display promotional Developer Edition doorhanger. Only displayed once.
let onFocus = () => showDoorhanger({ window, type: "deveditionpromo" });
window.addEventListener("focus", onFocus);
this._bc_init = this.$init();
return this._bc_init;
},