From 4ee23cdc832ef805ab056586f74a82869d61d15f Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 25 Jan 2024 19:44:18 +0900 Subject: [PATCH] remove comment-out --- main.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main.cxx b/main.cxx index 25f50cf..c405457 100644 --- a/main.cxx +++ b/main.cxx @@ -294,11 +294,6 @@ static void do_relay_event(ws28::Client *client, nlohmann::json &data) { } for (const auto &s : subscribers) { - /* - if (s.client == client) { - continue; - } - */ if (matched_filters(s.filters, ev)) { nlohmann::json reply = {"EVENT", s.sub, ej}; relay_send(s.client, reply);