[VOL-5602] remove repetitive logs from OpenOLT adapter

Change-Id: I3e41d3bb81ee786bbcce9eb541e65de0fdecb9f5
Signed-off-by: madhumatigouda <madhumati.gouda@radisys.com>
diff --git a/VERSION b/VERSION
index ead3167..6c053cd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.6.23
+4.6.24
diff --git a/cmd/openolt-adapter/main.go b/cmd/openolt-adapter/main.go
index 4b56d02..a8a847c 100644
--- a/cmd/openolt-adapter/main.go
+++ b/cmd/openolt-adapter/main.go
@@ -246,7 +246,6 @@
 
 		case <-timeoutTimer.C:
 			// Check the status of the kv-store. Use timeout of 2 seconds to avoid forever blocking
-			logger.Info(ctx, "kv-store liveliness-recheck")
 			timeoutCtx, cancelFunc := context.WithTimeout(ctx, 2*time.Second)
 
 			kvStoreChannel <- a.kvClient.IsConnectionUp(timeoutCtx)