Skip to content

Commit

Permalink
Update ws.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BlowaterNostr committed May 1, 2024
1 parent ae5050e commit 5629e7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ function* matchEventWithSubscriptions(
connections: Map<WebSocket, SubscriptionMap>,
) {
for (const [socket, subscriptions] of connections) {
console.log(subscriptions);
for (const [sub_id, filters] of subscriptions) {
console.log(sub_id, filters);
const matched_filter = isMatched(event, filters);
Expand Down

0 comments on commit 5629e7a

Please sign in to comment.