Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Nov 1, 2024
1 parent e92b840 commit 82e923b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions novelwriter/text/patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,4 @@ def __call__(self, text: str) -> list[tuple[int, int]]:
result.append((start, pos))
start = None

# print("-"*80)
# print(f"'{text}'")
# print(temp)
# print(result)

return result

0 comments on commit 82e923b

Please sign in to comment.