Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bw2 committed Jun 26, 2024
1 parent 37ec120 commit d2f77bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion step_pipeline/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@ def _transfer_step(self):
self._job._machine_type = self._custom_machine_type or self._pipeline._default_custom_machine_type

if self._preemptible is not None or self._pipeline._default_preemptible is not None:
print("Setting preemptible to", self._preemptible if self._preemptible is not None else self._pipeline._default_preemptible)
self._job._preemptible = self._preemptible if self._preemptible is not None else self._pipeline._default_preemptible

if self._storage:
Expand Down

0 comments on commit d2f77bc

Please sign in to comment.