Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Apr 16, 2024
1 parent 08f5e90 commit c9cb6eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transcribe/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ def split_sentences(lines):
To be or not to be.
That is the question.
"""
breakpoint()
text = " ".join(lines)
text = text.replace("\n", " ")
text = re.sub(r' +', ' ', text)
Expand Down

0 comments on commit c9cb6eb

Please sign in to comment.