Remove IO.inspect
This commit is contained in:
parent
0054c9fc96
commit
39287ab176
|
|
@ -18,7 +18,7 @@ defmodule Plausible.Auth.ApiKeyAdmin do
|
||||||
end
|
end
|
||||||
|
|
||||||
def update_changeset(schema, attrs) do
|
def update_changeset(schema, attrs) do
|
||||||
Plausible.Auth.ApiKey.update(schema, attrs) |> IO.inspect()
|
Plausible.Auth.ApiKey.update(schema, attrs)
|
||||||
end
|
end
|
||||||
|
|
||||||
@plaintext_key_help """
|
@plaintext_key_help """
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue