diff --git a/consensus/bor/bor.go b/consensus/bor/bor.go
index bb01bb024738f129bbaa47995a2b048e997e0fa1..35e3bc64a02d9464812f3d6d3cc904876b0b7830 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
 }