fix: remove debug log

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-11-01 12:19:55 +01:00
parent 0a4cbb8410
commit c0644ac156
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -100,7 +100,6 @@ def get_single_forge_files_manifest(longversion, artifact: str):
if file_name.startswith("."):
continue
print(f"AAAA {file_name}")
classifier, ext = os.path.splitext(file_name)
if ext in [".md5", ".sha1", ".sha256", ".sha512"]: