From 1308dc5eb484ab0f8064989fc551ebdb4b1a7976 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 13 Feb 2020 12:08:49 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/controllers/ide_controller.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/controllers') 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 -- cgit v1.2.3