remove debug variables
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
FloatingGhost 2022-12-29 17:51:00 +00:00
parent f7bf3907a6
commit afeb2bc124

View file

@ -45,7 +45,7 @@ defmodule Pleroma.Web.RelMe do
e -> nil
end
def maybe_put_rel_me(a, b) do
def maybe_put_rel_me(_, _) do
nil
end
end