logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: eebc605bc25deead55c305d703c06ddb9d9b1107
parent 949c4f01c6d5686ff1852e6439616c2069557ef0
Author: tusooa <tusooa@kazv.moe>
Date:   Sat,  1 Apr 2023 08:27:43 -0400

Clear up debug statement

Diffstat:

Mlib/pleroma/web/streamer.ex1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/pleroma/web/streamer.ex b/lib/pleroma/web/streamer.ex @@ -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 ->