Skip to content

Commit

Permalink
[telemetry] remove extra print ray-project#32322
Browse files Browse the repository at this point in the history
removing some debugging message i accidentally merged in ray-project#32106
  • Loading branch information
scv119 authored Feb 8, 2023
1 parent cf1bc83 commit cb5129c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/ray/_private/usage/usage_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ def get_extra_usage_tags_to_report(gcs_client) -> Dict[str, str]:
extra_usage_tags[key] = value.decode("utf-8")
except Exception as e:
logger.info(f"Failed to get extra usage tags from kv store {e}")
print(extra_usage_tags)
return extra_usage_tags


Expand Down

0 comments on commit cb5129c

Please sign in to comment.