From db4b66a61be7958f7ff6bd96cb4ade772e22f104 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Sat, 30 Nov 2024 18:58:56 +0100 Subject: [PATCH] Remove duplicated feature brainstorming teasers (exists already in runtime.exs like the ohters) --- config/prod.exs | 7 ------- 1 file changed, 7 deletions(-) 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