damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 5788c077c42cf9cb58cf99883cb77e76d29429ac
parent 1b77b4f0e0acebfff1e3d01f14732ec48e8eeb55
Author: William Casarin <jb55@jb55.com>
Date:   Wed,  7 Feb 2024 15:05:57 -0800

nostrdb: silence annoying debug

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mnostrdb/src/nostrdb.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"); }