diff --git a/abr-testing/abr_testing/automation/jira_tool.py b/abr-testing/abr_testing/automation/jira_tool.py index 48f10714240..e3851fb395e 100644 --- a/abr-testing/abr_testing/automation/jira_tool.py +++ b/abr-testing/abr_testing/automation/jira_tool.py @@ -84,7 +84,6 @@ def create_ticket( # Include other required fields as needed } } - print(data) try: response = requests.post( f"{self.url}/rest/api/3/issue",