forked from AkkomaGang/akkoma
activitypub transmogrifier: remove debug code
This commit is contained in:
parent
1452b2823f
commit
4084889a2d
1 changed files with 0 additions and 4 deletions
|
@ -450,8 +450,6 @@ def prepare_outgoing(%{"type" => "Accept"} = data) do
|
|||
|> Map.put("object", object)
|
||||
|> Map.put("@context", "https://www.w3.org/ns/activitystreams")
|
||||
|
||||
IO.inspect(data)
|
||||
|
||||
{:ok, data}
|
||||
end
|
||||
end
|
||||
|
@ -470,8 +468,6 @@ def prepare_outgoing(%{"type" => "Reject"} = data) do
|
|||
|> Map.put("object", object)
|
||||
|> Map.put("@context", "https://www.w3.org/ns/activitystreams")
|
||||
|
||||
IO.inspect(data)
|
||||
|
||||
{:ok, data}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue