Skip to content

Commit

Permalink
removed extra print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rclarke0 committed May 7, 2024
1 parent e0daf11 commit db3eae8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion abr-testing/abr_testing/automation/jira_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit db3eae8

Please sign in to comment.