Skip to content

Commit

Permalink
Hotfix - Remove unwanted print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Dec 7, 2023
1 parent 4889c7a commit 73ebb2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci_cd/utils/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -935,8 +935,6 @@ def update_specifier_set( # pylint: disable=too-many-statements,too-many-branch
# Keep the ~= operator, but update to include the latest version as
# the minimum version
split_specifier_version = specifier.version.split(".")
print(f"splitted version: {split_specifier_version}")
print(f"splitted latest version: {split_latest_version}")
updated_version = ".".join(
split_latest_version[: len(split_specifier_version)]
)
Expand Down

0 comments on commit 73ebb2e

Please sign in to comment.