Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpickett committed Jan 29, 2025
1 parent db08012 commit e17380c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/utils/git/github-automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,6 @@ def run(self) -> bool:
found_prompt_author_comment = False
found_author_comment = False
for comment in pull.get_issue_comments():
print("comments:")
print(comment.body())
# If the PR author wrote the magic response comment.
if (
comment.user.login == pull.user.login
Expand Down

0 comments on commit e17380c

Please sign in to comment.