Clear up debug statement
This commit is contained in:
parent
949c4f01c6
commit
eebc605bc2
1 changed files with 0 additions and 1 deletions
|
@ -357,7 +357,6 @@ defmodule Pleroma.Web.Streamer do
|
|||
end
|
||||
|
||||
defp push_to_socket(topic, item) do
|
||||
Logger.debug("topic=#{topic}")
|
||||
anon_render = StreamerView.render("update.json", item, topic)
|
||||
|
||||
Registry.dispatch(@registry, topic, fn list ->
|
||||
|
|
Loading…
Reference in a new issue