diff --git a/app/controllers/content_items_controller.rb b/app/controllers/content_items_controller.rb index 38b31c8b1..9c9b306cb 100644 --- a/app/controllers/content_items_controller.rb +++ b/app/controllers/content_items_controller.rb @@ -126,10 +126,6 @@ def with_locale I18n.with_locale(@content_item.locale || I18n.default_locale) { yield } end - def setup_content_navigation_ab_testing - set_content_navigation_response_header - end - def presenter_name(content_item) if service_sign_in_format?(content_item["schema_name"]) return service_sign_in_presenter_name(content_item)