Update backend/app/services/github_events.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-17 22:42:26 -06:00
committed by GitHub
parent e0fcf038fe
commit c124fd85c6

View File

@@ -198,7 +198,6 @@ async def handle_pr_review_comment(payload: Dict[str, Any], db: AsyncSession):
action = payload["action"]
pr_number = payload["pull_request"]["number"]
comment = payload["comment"]
logger.info(f"PR #{pr_number} review comment {action}")