[misc][grpc] Remove duplicate log (#12168)

This commit is contained in:
Chang Su
2025-10-26 14:06:59 -07:00
committed by GitHub
parent 7ebc28f5d6
commit 94aad0de99

View File

@@ -999,7 +999,6 @@ def _wait_and_warmup_grpc(
# Mark health service as SERVING after warmup completes
if health_servicer:
health_servicer.set_serving()
logger.info("Health service marked as SERVING")
logger.info("The server is fired up and ready to roll!")