Skip to content

Commit

Permalink
Update pontos/updateheader/updateheader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Dec 21, 2023
1 parent e3f9aa0 commit ba53096
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pontos/updateheader/updateheader.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ def _remove_outdated_lines(
continue
for regex in cleanup_regexes:
if regex.match(line):
("match")
changed = True
splitted_lines.pop(i)
i = i - 1
Expand Down

0 comments on commit ba53096

Please sign in to comment.