Skip to content

Commit

Permalink
Remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronreidsmith committed Oct 23, 2023
1 parent 208e4c5 commit 27bb620
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build_tools/get_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
OUT_FILE = os.path.join(TOP_LEVEL, 'pmdarima', 'VERSION')
DEFAULT_TAG = '0.0.0'

print("DEBUG:")
for k, v in os.environ.items():
print(f"{k}: {v}")

def get_version_from_tag(tag):
"""Handles 1.5.0 or v1.5.0"""
Expand Down

0 comments on commit 27bb620

Please sign in to comment.