From 117a9bc024a463e989692a4e3a9c38240f6fbbae Mon Sep 17 00:00:00 2001
From: capossele <angelocapossele@gmail.com>
Date: Thu, 28 May 2020 18:46:57 +0100
Subject: [PATCH] :recycle: Clean up

---
 dapps/fpctest/plugin.go | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dapps/fpctest/plugin.go b/dapps/fpctest/plugin.go
index 0ba4047f..a28e8329 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)
 	}))
-- 
GitLab