From c0e78ba5221e0f90e0a9c03833c5baa72ee4dbf0 Mon Sep 17 00:00:00 2001 From: Wonchae Lee <148836643+WonOfAKind@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:32:14 -0500 Subject: [PATCH] Update pr_agent/git_providers/github_provider.py Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com> --- pr_agent/git_providers/github_provider.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pr_agent/git_providers/github_provider.py b/pr_agent/git_providers/github_provider.py index ac87c6d7..0d268559 100644 --- a/pr_agent/git_providers/github_provider.py +++ b/pr_agent/git_providers/github_provider.py @@ -919,7 +919,6 @@ class GithubProvider(GitProvider): get_logger().error(f"Unexpected response format: {response_tuple}") return sub_issues - print("Raw Issue ID Response:", response_json) issue_id = response_json.get("data", {}).get("repository", {}).get("issue", {}).get("id")