diff options
author | vaartis <vaartis@cock.li> | 2018-12-29 17:44:26 +0000 |
---|---|---|
committer | vaartis <vaartis@cock.li> | 2018-12-29 17:44:26 +0000 |
commit | 816db3f494c6fcc60d0a700dfc473a9cc49c84a0 (patch) | |
tree | b89c5e14344b8d4f0d2411ebecbab3b360507a50 /lib | |
parent | 708a22891921d54c9c716ac250e75ae6a889eb7b (diff) | |
download | pleroma-816db3f494c6fcc60d0a700dfc473a9cc49c84a0.tar.gz |
Remove the debugging IO.inspect
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/captcha/captcha.ex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/pleroma/captcha/captcha.ex b/lib/pleroma/captcha/captcha.ex index c7abafeb1..424ad4add 100644 --- a/lib/pleroma/captcha/captcha.ex +++ b/lib/pleroma/captcha/captcha.ex @@ -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 |