Clear up debug statement

This commit is contained in:
tusooa 2023-04-01 08:27:43 -04:00
parent 949c4f01c6
commit eebc605bc2
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51
1 changed files with 0 additions and 1 deletions

View File

@ -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 ->