Skip to content

Commit fd1efd0

Browse files
committed
remove print statements
1 parent 81e0d5a commit fd1efd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integ/test_huggingface.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def test_huggingface_training(
3535
huggingface_training_latest_version,
3636
huggingface_training_pytorch_latest_version,
3737
):
38-
print(sagemaker_session._region_name)
3938
with timeout(minutes=TRAINING_DEFAULT_TIMEOUT_MINUTES):
4039
data_path = os.path.join(DATA_DIR, "huggingface")
4140

@@ -79,7 +78,6 @@ def test_huggingface_training_tf(
7978
huggingface_training_latest_version,
8079
huggingface_training_tensorflow_latest_version,
8180
):
82-
print(sagemaker_session._region_name)
8381
with timeout(minutes=TRAINING_DEFAULT_TIMEOUT_MINUTES):
8482
data_path = os.path.join(DATA_DIR, "huggingface")
8583

0 commit comments

Comments
 (0)