Skip to content
Snippets Groups Projects
Unverified Commit 117a9bc0 authored by capossele's avatar capossele
Browse files

:recycle: Clean up

parent c8bf072d
No related branches found
No related tags found
No related merge requests found
......@@ -80,10 +80,6 @@ func configure(_ *node.Plugin) {
}
}))
// voter.Events().RoundExecuted.Attach(events.NewClosure(func(stats *vote.RoundStats) {
// log.Info("New Round - ", stats.RandUsed, len(stats.ActiveVoteContexts))
// }))
voter.Events().Failed.Attach(events.NewClosure(func(id string, opinion vote.Opinion) {
log.Info("FPC fail - ", id, opinion)
}))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment