nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

commit f1a19e7f780c1647350cb6118eca586915ed8fe4
parent 25e0a9f2d3e98ccbbafb53504599f57a20fcb0b1
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 23 Oct 2023 09:52:27 +0800

log: remove spammy log

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

diff --git a/nostrdb.c b/nostrdb.c @@ -733,7 +733,7 @@ ndb_read_last_profile_fetch(struct ndb_txn *txn, const unsigned char *pubkey) k.mv_size = 32; if (mdb_get(txn->mdb_txn, txn->lmdb->dbs[NDB_DB_PROFILE_LAST_FETCH], &k, &v)) { - ndb_debug("ndb_read_last_profile_fetch: mdb_get note failed\n"); + //ndb_debug("ndb_read_last_profile_fetch: mdb_get note failed\n"); return 0; }