object age policy: remove debug logging

This commit is contained in:
Ariadne Conill 2019-11-14 19:56:14 -06:00
parent 2469880a2b
commit eecd64cc07
1 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,6 @@ defmodule Pleroma.Web.ActivityPub.MRF.ObjectAgePolicy do
alias Pleroma.User
alias Pleroma.Web.ActivityPub.MRF
require Logger
require Pleroma.Constants
@moduledoc "Filter activities depending on their age"
@ -50,8 +49,7 @@ defp check_delist(message, actions) do
{:ok, message}
else
# Unhandleable error: somebody is messing around, just drop the message.
e ->
Logger.error("ERROR: #{inspect(e)}")
_e ->
{:reject, nil}
end
else