summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/with_performance_bar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/concerns/with_performance_bar.rb')
-rw-r--r--app/controllers/concerns/with_performance_bar.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/concerns/with_performance_bar.rb b/app/controllers/concerns/with_performance_bar.rb
index 77c3d476ac6..4e0ae3c59eb 100644
--- a/app/controllers/concerns/with_performance_bar.rb
+++ b/app/controllers/concerns/with_performance_bar.rb
@@ -3,10 +3,6 @@
module WithPerformanceBar
extend ActiveSupport::Concern
- included do
- include Peek::Rblineprof::CustomControllerHelpers
- end
-
def peek_enabled?
return false unless Gitlab::PerformanceBar.enabled?(current_user)