Skip to content

Commit

Permalink
Remove committee selection log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Apr 18, 2024
1 parent 5fc68db commit 4a41e22
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 4a41e22

Please sign in to comment.