Skip to content

Commit

Permalink
Print statement deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedie committed Feb 22, 2023
1 parent 5452c17 commit ed9ebc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
long_description=Path("README.md").read_text(encoding="utf-8"),
long_description_content_type="text/markdown",
url="https://github.com/sinedie/SRTranslator",
version="0.1.93",
version="0.1.94",
author="EAR",
author_email="[email protected]",
license="FREE",
Expand Down
1 change: 0 additions & 1 deletion srtranslator/srt_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def _clean_subs_content(self, subtitles: List[Subtitle]) -> List[Subtitle]:

sub.content = sub.content.replace("\n", " ")

print(subtitles)
return subtitles

def wrap_lines(self, line_wrap_limit: int = 50) -> None:
Expand Down

0 comments on commit ed9ebc0

Please sign in to comment.