mix format

This commit is contained in:
FloatingGhost 2022-07-04 17:38:16 +01:00
parent 364b6969eb
commit a036a01a1e

View file

@ -25,7 +25,6 @@ def start_pleroma do
Application.put_env(:phoenix, :serve_endpoints, false, persistent: true)
Finch.start_link(name: MyFinch)
unless System.get_env("DEBUG") do
Logger.remove_backend(:console)
end