Merge pull request #41 from bitvora/dev-fixFJMistakes

remove verbose logging
This commit is contained in:
Barry Deen 2024-09-13 00:39:31 -04:00 committed by GitHub
commit 11ab126d31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -364,9 +364,7 @@ func archiveTrustedNotes(ctx context.Context, relay *khatru.Relay) {
wdb.Publish(ctx, *ev.Event)
relay.BroadcastEvent(ev.Event)
trustedNotes++
log.Println("📦 archived note: ", ev.ID)
} else {
log.Println("🗑️ discarded note: ", ev.ID)
untrustedNotes++
}
}