diff --git a/src/pygitversionhelper/gitversionhelper.py b/src/pygitversionhelper/gitversionhelper.py index e2180f9..a190d9d 100644 --- a/src/pygitversionhelper/gitversionhelper.py +++ b/src/pygitversionhelper/gitversionhelper.py @@ -163,9 +163,7 @@ class gitversionhelper: # pylint: disable=too-few-public-methods the commit message """ current_commit_id = cls.getLast(**kwargs) - print(f"current_commit_id = {current_commit_id}") tag_commit_id = cls.getFromTag(tag) - print(f"tag_commit_id = {tag_commit_id}") str_cmd: str if ("same_branch" in kwargs) and (kwargs["same_branch"] is True):