Skip to content

Commit

Permalink
Remove obsolete debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 29, 2024
1 parent 1107e74 commit 29104c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions github_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ def sort_changes(changes_list: list[Changelog], changelog_label_list: list[str])
# TODO implement this logic in a more clever way
sorted_changes: list[Changelog] = []

print(changes_list)
print(changelog_label_list)

for order_label in changelog_label_list:
for change in changes_list:
if any(label == order_label for label in change.labels):
Expand Down

0 comments on commit 29104c1

Please sign in to comment.