logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 7704a722c06c9658d4037167dc5b6f01a4582b14
parent cb2a072e6252b7c3f6473f7cfd1af5c0ec732d7b
Author: Alex Gleason <alex@alexgleason.me>
Date:   Mon, 27 Dec 2021 18:30:16 -0600

AppController: remove unnecessary `require Logger`

Diffstat:

Mlib/pleroma/web/mastodon_api/controllers/app_controller.ex2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/lib/pleroma/web/mastodon_api/controllers/app_controller.ex b/lib/pleroma/web/mastodon_api/controllers/app_controller.ex @@ -17,8 +17,6 @@ defmodule Pleroma.Web.MastodonAPI.AppController do alias Pleroma.Web.OAuth.Scopes alias Pleroma.Web.OAuth.Token - require Logger - action_fallback(Pleroma.Web.MastodonAPI.FallbackController) plug(:skip_auth when action in [:create, :verify_credentials])