mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +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'] +
|
marker['pattern'] +
|
||||||
(r'(?!(' + '|'.join(suff_escape_list) + r'))' if len(suff_escape_list) > 0 else '') +
|
(r'(?!(' + '|'.join(suff_escape_list) + r'))' if len(suff_escape_list) > 0 else '') +
|
||||||
r'\s*.+$)')
|
r'\s*.+$)')
|
||||||
if block['markdown_language'] == "ruby":
|
|
||||||
print(comment_pattern)
|
|
||||||
comments = re.finditer(comment_pattern, block['hunk'], re.MULTILINE)
|
comments = re.finditer(comment_pattern, block['hunk'], re.MULTILINE)
|
||||||
extracted_comments = []
|
extracted_comments = []
|
||||||
prev_comment = None
|
prev_comment = None
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user