Skip to content

Commit

Permalink
remove comment-out
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Jan 25, 2024
1 parent 60dc599 commit 4ee23cd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4ee23cd

Please sign in to comment.