diff --git a/main.py b/main.py index db371c9..a5a1522 100644 --- a/main.py +++ b/main.py @@ -34,5 +34,4 @@ def post_comment(comment): print("[DEBUG] GEMINI_API_KEY is not set.") pr_body, diff = get_pr_data() summary = generate_summary(pr_body, diff) - post_comment(f"**PR Summary**\n\n{summary}") - print(summary) \ No newline at end of file + post_comment(f"**PR Summary**\n\n{summary}") \ No newline at end of file