diff --git a/cmix/follow.go b/cmix/follow.go
index c832d5bd28b1cb0c1aa2a5bba4cd36a6f4bde265..9aea33b4c2ea23d3d67228ecabb61ff2c3f722a8 100644
--- a/cmix/follow.go
+++ b/cmix/follow.go
@@ -367,6 +367,7 @@ func (c *client) follow(identity receptionID.IdentityUse,
 	// are messages waiting in rounds and then sends signals to the appropriate
 	// handling threads
 	roundChecker := func(rid id.Round) bool {
+		// IMPORTANT: DO NOT PUT LOGS HERE, IT RUNS TOO OFTEN AND WILL BREAK
 		hasMessage := Checker(rid, filterList, identity.CR)
 		if !hasMessage && c.verboseRounds != nil {
 			c.verboseRounds.denote(rid, RoundState(NoMessageAvailable))