diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-14 18:08:53 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-14 18:08:53 +0000 |
commit | 5b62f8e3ee531f63ce3c49cae03e2a618ba51615 (patch) | |
tree | 2d2553232fe0663957ee4d1054211cc71cb07679 /app/controllers/projects/blob_controller.rb | |
parent | cdb41961fd2bc233d36c5b30f89d087c2efa9818 (diff) | |
download | gitlab-ce-5b62f8e3ee531f63ce3c49cae03e2a618ba51615.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/projects/blob_controller.rb')
-rw-r--r-- | app/controllers/projects/blob_controller.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/projects/blob_controller.rb b/app/controllers/projects/blob_controller.rb index 5173abfbfd5..53c6676b62b 100644 --- a/app/controllers/projects/blob_controller.rb +++ b/app/controllers/projects/blob_controller.rb @@ -49,8 +49,6 @@ class Projects::BlobController < Projects::ApplicationController before_action do push_frontend_feature_flag(:highlight_js, @project) - push_frontend_feature_flag(:explain_code_snippet, current_user) - push_licensed_feature(:explain_code, @project) if @project.licensed_feature_available?(:explain_code) push_frontend_feature_flag(:synchronize_fork, @project&.fork_source) push_licensed_feature(:file_locks) if @project.licensed_feature_available?(:file_locks) end |