From: vaartis Date: Sat, 29 Dec 2018 17:44:26 +0000 (+0000) Subject: Remove the debugging IO.inspect X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=816db3f494c6fcc60d0a700dfc473a9cc49c84a0;p=akkoma Remove the debugging IO.inspect --- 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