Skip to content

Commit 41c48f8

Browse files
committed
chore: Update backend.py
1 parent a508331 commit 41c48f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/art/serverless/backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ async def _delete_checkpoints(
7878
if metric is not None and (max_metric is None or metric > max_metric):
7979
max_metric = metric
8080
max_step = checkpoint.step
81-
print(f"Checkpoint: {checkpoint.step} {metric}")
8281
all_steps.append(checkpoint.step)
8382
steps_to_delete = [step for step in all_steps[1:] if step != max_step]
8483
if steps_to_delete:

0 commit comments

Comments
 (0)