format
[akkoma] / lib / pleroma / web / mastodon_api / controllers / app_controller.ex
index ef7331bf3c14dd5dbf4b9b49a39f939c1dfe1f0b..8d18140add66b39d3881ce081cb5ed5dfaae843b 100644 (file)
@@ -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])