From 1722ba16578f9a4a5fa017e21f21b5014a38e5b7 Mon Sep 17 00:00:00 2001
From: "ptsayli@gmail.com" <ptsayli@gmail.com>
Date: Thu, 30 Jul 2020 16:50:55 +0530
Subject: [PATCH] remove commented code

---
 consensus/bor/bor.go | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/consensus/bor/bor.go b/consensus/bor/bor.go
index bb01bb024..35e3bc64a 100644
--- a/consensus/bor/bor.go
+++ b/consensus/bor/bor.go
@@ -1143,11 +1143,6 @@ func validateEventRecord(eventRecord *EventRecordWithTime, number uint64, to tim
 	return nil
 }
 
-// // SubscribeStateSyncEvent registers a subscription of StateSyncEvent.
-// func (c *Bor) SubscribeStateSyncEvent(ch chan<- core.StateSyncEvent) event.Subscription {
-// 	return c.scope.Track(c.stateSyncFeed.Subscribe(ch))
-// }
-
 func (c *Bor) SetHeimdallClient(h IHeimdallClient) {
 	c.HeimdallClient = h
 }
-- 
GitLab