diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-13 12:08:49 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-13 12:08:49 +0000 |
commit | 1308dc5eb484ab0f8064989fc551ebdb4b1a7976 (patch) | |
tree | 614a93d9bf8df34ecfc25c02648329987fb21dde /app/controllers | |
parent | f0707f413ce49b5712fca236b950acbec029be1e (diff) | |
download | gitlab-ce-1308dc5eb484ab0f8064989fc551ebdb4b1a7976.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/ide_controller.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/ide_controller.rb b/app/controllers/ide_controller.rb index ca35b07111c..4c9aac9a327 100644 --- a/app/controllers/ide_controller.rb +++ b/app/controllers/ide_controller.rb @@ -3,10 +3,6 @@ class IdeController < ApplicationController layout 'fullscreen' - before_action do - push_frontend_feature_flag(:stage_all_by_default, default_enabled: true) - end - def index Gitlab::UsageDataCounters::WebIdeCounter.increment_views_count end |