Commit 90311109 authored by Reuben Pereira's avatar Reuben Pereira Committed by Kamil Trzciński

Remove unnecessary license check in operations controller

parent 207d3100
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
module Projects module Projects
module Settings module Settings
class OperationsController < Projects::ApplicationController class OperationsController < Projects::ApplicationController
before_action :check_license
before_action :authorize_update_environment! before_action :authorize_update_environment!
helper_method :error_tracking_setting helper_method :error_tracking_setting
...@@ -65,10 +64,6 @@ module Projects ...@@ -65,10 +64,6 @@ module Projects
] ]
} }
end end
def check_license
render_404 unless helpers.settings_operations_available?
end
end end
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment