aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvaartis <vaartis@cock.li>2018-12-29 17:44:26 +0000
committervaartis <vaartis@cock.li>2018-12-29 17:44:26 +0000
commit816db3f494c6fcc60d0a700dfc473a9cc49c84a0 (patch)
treeb89c5e14344b8d4f0d2411ebecbab3b360507a50
parent708a22891921d54c9c716ac250e75ae6a889eb7b (diff)
downloadpleroma-816db3f494c6fcc60d0a700dfc473a9cc49c84a0.tar.gz
Remove the debugging IO.inspect
-rw-r--r--lib/pleroma/captcha/captcha.ex2
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