summaryrefslogtreecommitdiff
path: root/browser/modules
diff options
context:
space:
mode:
Diffstat (limited to 'browser/modules')
-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 961a2af0ac..0f34d813c4 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)) {