Skip to content

Commit

Permalink
silence annoying debug
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Feb 7, 2024
1 parent 10e791f commit 3265f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nostrdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -3483,7 +3483,7 @@ static void ndb_notify_subscriptions(struct ndb_monitor *monitor,
note = written->note->note;

if (ndb_filter_group_matches(&sub->group, note)) {
ndb_debug("pushing note\n");
//ndb_debug("pushing note\n");
if (!prot_queue_push(&sub->inbox, &written->note_id)) {
ndb_debug("couldn't push note to subscriber");
}
Expand Down

0 comments on commit 3265f82

Please sign in to comment.