Skip to content

Commit 272ee8d

Browse files
committed
delete extra logs
1 parent 3f1f798 commit 272ee8d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

script.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@
4747
print(f"Issue: {issue.title}")
4848
print("body: <<<", issue.body, ">>>")
4949

50-
print(issue)
5150
comments = list(issue.get_comments()).reverse()
5251
comments = issue.get_comments()
53-
print(comments.totalCount)
5452
if comments.totalCount > 0:
5553
# reverse iterate over comments
5654
for i in range(comments.totalCount - 1, -1, -1):

0 commit comments

Comments
 (0)