Skip to content

Commit

Permalink
Remove print statement from commits.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvana10 committed May 3, 2024
1 parent 5c42cd8 commit b4fdad4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion commits2pdf/commits.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def _validate_branch(self, r: Repo) -> bool | None:

try: # The branch they want does not exist, so access the active branch
b: Head = r.active_branch
print("got new active branch", b)
except TypeError:
return logger.error(DETACHED_BRANCH_ERROR.format(self.branch))

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="commits2pdf",
version="1.1.9",
version="1.1.10",
author="Tomas Vana",
url="https://github.com/tomasvana10/commits2pdf",
description="View a filtered commit history in PDF form.",
Expand Down

0 comments on commit b4fdad4

Please sign in to comment.