From 90b1197c865349a6e28bb67f3f7bc10e86038ee5 Mon Sep 17 00:00:00 2001 From: sabique Date: Sat, 19 Jul 2025 00:00:07 +0530 Subject: [PATCH] Lesgooo --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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