From 5788c077c42cf9cb58cf99883cb77e76d29429ac Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 7 Feb 2024 15:05:57 -0800 Subject: [PATCH] nostrdb: silence annoying debug Signed-off-by: William Casarin --- nostrdb/src/nostrdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nostrdb/src/nostrdb.c b/nostrdb/src/nostrdb.c index e777c29d..833fa589 100644 --- a/nostrdb/src/nostrdb.c +++ b/nostrdb/src/nostrdb.c @@ -3482,7 +3482,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"); }