Clean up dead code in runtime.exs (#4432)

This caused quite a bit of confusion for cenk and I
This commit is contained in:
Karl-Aksel Puulmann 2024-08-12 11:33:35 +03:00 committed by GitHub
parent 7d8b1cc19a
commit 6a7fab6bb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -218,11 +218,6 @@ help_scout_vault_key = get_var_from_path_or_env(config_dir, "HELP_SCOUT_VAULT_KE
|> get_var_from_path_or_env("OTEL_SAMPLER_RATIO", "0.5")
|> Float.parse()
cron_enabled =
config_dir
|> get_var_from_path_or_env("CRON_ENABLED", "false")
|> String.to_existing_atom()
geolite2_country_db =
get_var_from_path_or_env(
config_dir,