diff --git a/dapps/fpctest/plugin.go b/dapps/fpctest/plugin.go index 0ba4047f39337d1bc063675f4982e92b41f5b110..a28e8329039e64bfb76a2677e09344ec80f186b7 100644 --- a/dapps/fpctest/plugin.go +++ b/dapps/fpctest/plugin.go @@ -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) }))