mirror of
https://github.com/bitvora/wot-relay.git
synced 2025-06-06 18:31:05 +00:00
remove verbose logging
This commit is contained in:
parent
307967ad6e
commit
95efd8247a
2
main.go
2
main.go
@ -364,9 +364,7 @@ func archiveTrustedNotes(ctx context.Context, relay *khatru.Relay) {
|
|||||||
wdb.Publish(ctx, *ev.Event)
|
wdb.Publish(ctx, *ev.Event)
|
||||||
relay.BroadcastEvent(ev.Event)
|
relay.BroadcastEvent(ev.Event)
|
||||||
trustedNotes++
|
trustedNotes++
|
||||||
log.Println("📦 archived note: ", ev.ID)
|
|
||||||
} else {
|
} else {
|
||||||
log.Println("🗑️ discarded note: ", ev.ID)
|
|
||||||
untrustedNotes++
|
untrustedNotes++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user