mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-02-13 16:13:25 +01:00
Merge pull request 'mix format' (#47) from format into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/47
This commit is contained in:
commit
ebb6142472
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ defmodule Mix.Pleroma do
|
||||||
Application.put_env(:phoenix, :serve_endpoints, false, persistent: true)
|
Application.put_env(:phoenix, :serve_endpoints, false, persistent: true)
|
||||||
Finch.start_link(name: MyFinch)
|
Finch.start_link(name: MyFinch)
|
||||||
|
|
||||||
|
|
||||||
unless System.get_env("DEBUG") do
|
unless System.get_env("DEBUG") do
|
||||||
Logger.remove_backend(:console)
|
Logger.remove_backend(:console)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue