forked from AkkomaGang/akkoma
Remove the debugging IO.inspect
This commit is contained in:
parent
708a228919
commit
816db3f494
1 changed files with 0 additions and 2 deletions
|
@ -54,8 +54,6 @@ def handle_call(:new, _from, state) do
|
||||||
|> :erlang.term_to_binary()
|
|> :erlang.term_to_binary()
|
||||||
|> MessageEncryptor.encrypt(secret, sign_secret)
|
|> MessageEncryptor.encrypt(secret, sign_secret)
|
||||||
|
|
||||||
IO.inspect(%{new_captcha | answer_data: encrypted_captcha_answer})
|
|
||||||
|
|
||||||
{
|
{
|
||||||
:reply,
|
:reply,
|
||||||
# Repalce the answer with the encrypted answer
|
# Repalce the answer with the encrypted answer
|
||||||
|
|
Loading…
Reference in a new issue