From: FloatingGhost Date: Mon, 4 Jul 2022 16:38:16 +0000 (+0100) Subject: mix format X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=a036a01a1ee549cadf812e4c090eee01746ef1cd;p=akkoma mix format --- diff --git a/lib/mix/pleroma.ex b/lib/mix/pleroma.ex index 4eff37859..f4a6bcf63 100644 --- a/lib/mix/pleroma.ex +++ b/lib/mix/pleroma.ex @@ -25,7 +25,6 @@ defmodule Mix.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