From 27bb620d6367fac3c1d734462aa19d8f5cd28a3e Mon Sep 17 00:00:00 2001 From: Aaron Smith Date: Mon, 23 Oct 2023 10:03:01 -0500 Subject: [PATCH] Remove debug lines --- build_tools/get_tag.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/build_tools/get_tag.py b/build_tools/get_tag.py index f1f3833e..a5c28c03 100644 --- a/build_tools/get_tag.py +++ b/build_tools/get_tag.py @@ -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"""