mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Remove unused code from SelfSupportBackend module.
This commit is contained in:
parent
d2df438fb1
commit
5994bb0193
1 changed files with 0 additions and 8 deletions
|
|
@ -87,14 +87,6 @@ var SelfSupportBackendInternal = {
|
|||
|
||||
this._log.config("init - Disabling SelfSupport because UITour is disabled.");
|
||||
return;
|
||||
|
||||
// Check the preferences to see if we want this to be active.
|
||||
if (!Preferences.get(PREF_ENABLED, true)) {
|
||||
this._log.config("init - SelfSupport is disabled.");
|
||||
return;
|
||||
}
|
||||
|
||||
Services.obs.addObserver(this, "sessionstore-windows-restored", false);
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue