Remove unneeded if condition from SelfSupportBackend module.

This commit is contained in:
Ascrod 2018-06-01 08:21:25 -04:00 committed by Roy Tam
commit d2df438fb1

View file

@ -85,11 +85,8 @@ var SelfSupportBackendInternal = {
return; return;
} }
// Make sure UITour is enabled. this._log.config("init - Disabling SelfSupport because UITour is disabled.");
if (true) { return;
this._log.config("init - Disabling SelfSupport because UITour is disabled.");
return;
}
// Check the preferences to see if we want this to be active. // Check the preferences to see if we want this to be active.
if (!Preferences.get(PREF_ENABLED, true)) { if (!Preferences.get(PREF_ENABLED, true)) {