diff --git a/config/prod.exs b/config/prod.exs index 0faeb9e4..b3ca1488 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -52,13 +52,6 @@ config :mindwendel, MindwendelWeb.Endpoint, # Do not print debug messages in production config :logger, level: :info -config :mindwendel, :options, - feature_brainstorming_teasers: - Enum.member?( - ["", "true"], - String.trim(System.get_env("MW_FEATURE_BRAINSTORMING_TEASER") || "") - ) - # ## SSL Support # # To get SSL working, you will need to add the `https` key