Remove superfluous invocation of Logger
This commit is contained in:
parent
23aebb85c9
commit
32b096e7ce
1 changed files with 0 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue