Skip to content

Commit

Permalink
chore(scripts): remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Oct 9, 2024
1 parent 860606c commit 645c765
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ def check_implication_severity(guideline, annotations):
much_formulations,
)
)
if not much_is_implied == implication_has_much:
print(implication_has_much)
print(annotations['implication'])
print(implication)
return much_is_implied == implication_has_much

def check_red_warning_level(_, annotations):
Expand Down

0 comments on commit 645c765

Please sign in to comment.