Remove config not found error in prod mode

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-02-06 16:49:34 +01:00
parent 496debd6f3
commit 6e88c4bbde
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 2 deletions

View File

@ -47,6 +47,5 @@ cond do
import_config "prod.secret.exs"
true ->
require Logger
Logger.error("No configuration file found")
:ok
end