Remove the debugging IO.inspect

This commit is contained in:
vaartis 2018-12-29 17:44:26 +00:00
parent 708a228919
commit 816db3f494

View file

@ -54,8 +54,6 @@ def handle_call(:new, _from, state) 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