mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-18 10:59:17 +00:00
Remove debug prints
This commit is contained in:
parent
f2ff05637f
commit
d392fafa06
|
@ -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