Skip to content

Commit

Permalink
removing extra print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiezou committed Jun 15, 2022
1 parent 701f986 commit 97322c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/system/aiplatform/test_model_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ def test_mdm_one_model_one_config(self, shared_state):
Upload pre-trained churn model from local file and deploy it for prediction.
Then launch a model monitoring job and generate artificial traffic.
"""
print("test info:--------")
print(e2e_base._PROJECT)
aiplatform.init(
project=e2e_base._PROJECT,
location=e2e_base._LOCATION,
Expand Down

0 comments on commit 97322c2

Please sign in to comment.