forked from AkkomaGang/akkoma
Remove debug prints
This commit is contained in:
parent
f2ff05637f
commit
d392fafa06
1 changed files with 0 additions and 3 deletions
|
@ -31,9 +31,6 @@ defmodule Pleroma.Web.Federator.Publisher do
|
|||
"""
|
||||
@spec enqueue_one(module(), Map.t()) :: :ok
|
||||
def enqueue_one(module, %{} = params) do
|
||||
IO.puts("ENQUEUE")
|
||||
IO.inspect(params)
|
||||
|
||||
PublisherWorker.enqueue(
|
||||
"publish_one",
|
||||
%{"module" => to_string(module), "params" => params}
|
||||
|
|
Loading…
Reference in a new issue