Remove the debugging IO.inspect
[akkoma] / lib / pleroma / web / oauth / oauth_view.ex
1 defmodule Pleroma.Web.OAuth.OAuthView do
2 use Pleroma.Web, :view
3 import Phoenix.HTML.Form
4 end