mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Remove debugging stuff
This commit is contained in:
parent
008d51b5ea
commit
9d485f00b8
2
main.py
2
main.py
@ -439,8 +439,6 @@ class TodoParser(object):
|
||||
marker['pattern'] +
|
||||
(r'(?!(' + '|'.join(suff_escape_list) + r'))' if len(suff_escape_list) > 0 else '') +
|
||||
r'\s*.+$)')
|
||||
if block['markdown_language'] == "ruby":
|
||||
print(comment_pattern)
|
||||
comments = re.finditer(comment_pattern, block['hunk'], re.MULTILINE)
|
||||
extracted_comments = []
|
||||
prev_comment = None
|
||||
|
||||
Loading…
Reference in New Issue
Block a user