Skip to content

Commit

Permalink
fix: remove extra print()
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Oct 31, 2023
1 parent 6b30320 commit d76b366
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openedx_webhooks/tasks/pr_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def desired_support_state(pr: PrDict) -> PrDesiredInfo:
raise Exception(f"A crash label was applied by {user}")

desired.jira_title = pr["title"]
print(pr)
desired.jira_description = (
"(From {url} by {user_url})\n------\n\n{body}"
).format(
Expand Down

0 comments on commit d76b366

Please sign in to comment.