Merge branch 'remove_logger_from_block_notification_policy' into 'develop'
Remove logger from block notification policy See merge request soapbox-pub/soapbox-be!123
This commit is contained in:
commit
9e66daf60a
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