diff --git a/pkg/protocol/sybilprotection/sybilprotectionv1/sybilprotection.go b/pkg/protocol/sybilprotection/sybilprotectionv1/sybilprotection.go index 7020a8e55..00acef023 100644 --- a/pkg/protocol/sybilprotection/sybilprotectionv1/sybilprotection.go +++ b/pkg/protocol/sybilprotection/sybilprotectionv1/sybilprotection.go @@ -290,7 +290,6 @@ func (o *SybilProtection) slotFinalized(slot iotago.SlotIndex) { if err != nil { panic(ierrors.Wrap(err, "error while selecting new committee")) } - o.LogDebugf("NewCommitteeSelected of size %d", len(newCommittee.IDs())) o.events.CommitteeSelected.Trigger(newCommittee, epoch+1) } }