Remove IO.inspect

This commit is contained in:
Uku Taht 2021-06-10 13:40:42 +03:00
parent 0054c9fc96
commit 39287ab176

View File

@ -18,7 +18,7 @@ defmodule Plausible.Auth.ApiKeyAdmin do
end
def update_changeset(schema, attrs) do
Plausible.Auth.ApiKey.update(schema, attrs) |> IO.inspect()
Plausible.Auth.ApiKey.update(schema, attrs)
end
@plaintext_key_help """