diff --git a/config/prod.exs b/config/prod.exs index d28b55b..ffd888b 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -54,7 +54,3 @@ config :logger, level: :info # # config :byzal, Byzal.Endpoint, server: true # - -# Finally import the config/prod.secret.exs -# which should be versioned separately. -import_config "prod.secret.exs"