Skip to content

Commit

Permalink
remove unnecessary print statement for clear logging
Browse files Browse the repository at this point in the history
Signed-off-by: Saad Khan <[email protected]>
  • Loading branch information
khansaad committed Nov 23, 2023
1 parent 9fd54c2 commit 7c5673c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/scripts/remote_monitoring_tests/helpers/kruize.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,4 @@ def list_experiments(results=None, recommendations=None, latest=None, experiment
print("URL = ", url)
response = requests.get(url)
print("Response status code = ", response.status_code)
print("Response content = ", response.content)
return response

0 comments on commit 7c5673c

Please sign in to comment.