Clear up debug statement
This commit is contained in:
parent
949c4f01c6
commit
eebc605bc2
|
@ -357,7 +357,6 @@ defp push_to_socket(topic, %Activity{data: %{"type" => "Update"}} = item) 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 New Issue