Unverified Commit 94aad0de authored by Chang Su's avatar Chang Su Committed by GitHub
Browse files

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

parent 7ebc28f5
...@@ -999,7 +999,6 @@ def _wait_and_warmup_grpc( ...@@ -999,7 +999,6 @@ def _wait_and_warmup_grpc(
# Mark health service as SERVING after warmup completes # Mark health service as SERVING after warmup completes
if health_servicer: if health_servicer:
health_servicer.set_serving() health_servicer.set_serving()
logger.info("Health service marked as SERVING")
logger.info("The server is fired up and ready to roll!") logger.info("The server is fired up and ready to roll!")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment