mirror of
https://github.com/bitvora/wot-relay.git
synced 2025-05-23 10:32:02 +00:00
Merge pull request #41 from bitvora/dev-fixFJMistakes
remove verbose logging
This commit is contained in:
commit
11ab126d31
2
main.go
2
main.go
@ -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++
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user