Skip to content

Commit 7b9c68f

Browse files
committed
remove print
1 parent afed90f commit 7b9c68f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integrations/ray/test_ray.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ def read_error_from_log(job_id, ray_temp_dir):
6161
for f in os.listdir(log_dir)
6262
if "worker" in f and job_id in f and f.endswith(".out")
6363
][0]
64-
print()
65-
print(">>>>>>", log_file)
66-
print()
64+
6765
with open(os.path.join(log_dir, log_file), "r") as file:
6866
lines = file.readlines()
6967

0 commit comments

Comments
 (0)