summaryrefslogtreecommitdiffstats
path: root/browser
diff options
context:
space:
mode:
Diffstat (limited to 'browser')
-rw-r--r--browser/modules/SelfSupportBackend.jsm7
1 files changed, 2 insertions, 5 deletions
diff --git a/browser/modules/SelfSupportBackend.jsm b/browser/modules/SelfSupportBackend.jsm
index 961a2af0a..0f34d813c 100644
--- a/browser/modules/SelfSupportBackend.jsm
+++ b/browser/modules/SelfSupportBackend.jsm
@@ -85,11 +85,8 @@ var SelfSupportBackendInternal = {
return;
}
- // Make sure UITour is enabled.
- if (true) {
- this._log.config("init - Disabling SelfSupport because UITour is disabled.");
- return;
- }
+ 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)) {