Remove superfluous invocation of Logger

This commit is contained in:
NEETzsche 2022-04-24 13:41:00 -06:00
parent 23aebb85c9
commit 32b096e7ce

View file

@ -10,8 +10,6 @@ defmodule Pleroma.Web.ActivityPub.MRF.BlockNotificationPolicy do
alias Pleroma.User
alias Pleroma.Web.CommonAPI
require Logger
defp is_block_or_unblock(%{"type" => "Block", "object" => object}),
do: {true, "blocked", object}