From dd5a67561b9c7ee37002db7a8d5232646b245824 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sat, 29 Mar 2025 09:43:51 +0100 Subject: [PATCH] commented out annoying code --- dataset.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dataset.py b/dataset.py index 9c1eb2e..afbac6a 100644 --- a/dataset.py +++ b/dataset.py @@ -219,10 +219,10 @@ def new_comments(pr: PullRequest, new_metadata: Metadata_new) -> list[Comment]: if ret[0].from_ is None: ret[0].from_ = review_comments[0].original_line - if ret[0].from_ is None or ret[0].to is None: - print( - f"PR #{new_metadata.pr_number} in {new_metadata.repo} has a comment without line numbers" - ) + # if ret[0].from_ is None or ret[0].to is None: + # print( + # f"PR #{new_metadata.pr_number} in {new_metadata.repo} has a comment without line numbers" + # ) return ret