remove noisy log on acceptevent.go

This commit is contained in:
2025-05-24 14:12:25 +01:00
parent 3c9c80268d
commit 2a2cfa8d69

View File

@@ -111,7 +111,7 @@ func (s *Server) acceptEvent(c context.T, evt *event.T, authedPubkey []byte,
// }
// check the authed pubkey is in the follow list
for pk := range s.followed {
log.I.F("%0x %0x", authedPubkey, []byte(pk))
// log.I.F("%0x %0x", authedPubkey, []byte(pk))
// allow all events from follows of owners
if bytes.Equal(authedPubkey, []byte(pk)) {
log.I.F("accepting event %0x because %0x on owner follow list",