Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Aug 5, 2024
1 parent ee818d3 commit f3dc02b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sky/backends/backend_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2461,9 +2461,7 @@ def get_clusters(
if cluster_names is not None:
if isinstance(cluster_names, str):
cluster_names = [cluster_names]
print(f'zhwu debug: get glob cluster {cluster_names}')
cluster_names = _get_glob_clusters(cluster_names, silent=True)
print(f'zhwu debug: got glob cluster {cluster_names}')
new_records = []
not_exist_cluster_names = []
for cluster_name in cluster_names:
Expand Down Expand Up @@ -2774,7 +2772,6 @@ def get_endpoints(cluster: str,
except ValueError:
with ux_utils.print_exception_no_traceback():
raise ValueError(f'Invalid endpoint {port!r}.') from None
print('get_endpoints', cluster, port)
cluster_records = get_clusters(include_controller=True,
refresh=common.StatusRefreshMode.NONE,
cluster_names=[cluster])
Expand Down

0 comments on commit f3dc02b

Please sign in to comment.