summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Cook <dcook@gitlab.com>2019-07-30 13:59:38 -0500
committerDonald Cook <dcook@gitlab.com>2019-07-30 13:59:38 -0500
commit59a13560b337b3871d46aef460f47f05888813be (patch)
tree11710e5164e71afe6f57200a93a7b3868574c884
parentd1c71c7c549683622a30acec4af56c15bc901e2c (diff)
downloadgitlab-ce-telemetry-70-remove-pendo-poc-from-staging.tar.gz
-rw-r--r--app/views/layouts/_head.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index 20b844f9fd8..ac774803f95 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -78,4 +78,3 @@
= render 'layouts/google_analytics' if extra_config.has_key?('google_analytics_id')
= render 'layouts/piwik' if extra_config.has_key?('piwik_url') && extra_config.has_key?('piwik_site_id')
= render_if_exists 'layouts/snowplow'
- = render_if_exists 'layouts/pendo' if Feature.enabled?(:pendo_tracking) && !Rails.env.test?