diff --git a/network/follow.go b/network/follow.go
index e8df942d8c303b2c91f7917cfe89283ab846fc6a..817ba0effc0c01e744cd430effa7ecc874d746fb 100644
--- a/network/follow.go
+++ b/network/follow.go
@@ -374,7 +374,6 @@ func (m *manager) follow(report interfaces.ClientErrorReport, rng csprng.Source,
 
 	if !m.param.RealtimeOnly {
 		roundsWithMessages2 = identity.UR.Iterate(func(rid id.Round) bool {
-			// TODO add set unchecked
 			if gwRoundsState.Checked(rid) {
 				return rounds.Checker(rid, filterList, identity.CR)
 			}
@@ -385,7 +384,6 @@ func (m *manager) follow(report interfaces.ClientErrorReport, rng csprng.Source,
 	for _, rid := range roundsWithMessages {
 		//denote that the round has been looked at in the tracking store
 		if identity.CR.Check(rid) {
-			// TODO: Err
 			m.round.GetMessagesFromRound(rid, identity)
 		}
 	}