Remove the debugging IO.inspect

stable
vaartis 6 years ago
parent 708a228919
commit 816db3f494

@ -54,8 +54,6 @@ defmodule Pleroma.Captcha do
|> :erlang.term_to_binary()
|> MessageEncryptor.encrypt(secret, sign_secret)
IO.inspect(%{new_captcha | answer_data: encrypted_captcha_answer})
{
:reply,
# Repalce the answer with the encrypted answer

Loading…
Cancel
Save