mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 03:02:10 +08:00
Remove unnecessary output when connecting to a cluster. (#10512)
This commit is contained in:
@@ -622,6 +622,7 @@ def init(
|
||||
|
||||
if address:
|
||||
redis_address, _, _ = services.validate_redis_address(address)
|
||||
print("Connecting to existing Ray cluster at address:", redis_address)
|
||||
else:
|
||||
redis_address = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user