mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2025-01-09 15:46:16 +01:00
AppController: remove unnecessary require Logger
This commit is contained in:
parent
cb2a072e62
commit
7704a722c0
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user