Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit f3915e2

Browse files
Removed temporary print() statement
1 parent 0e6112d commit f3915e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
except subprocess.CalledProcessError as e:
2323
git_commit_date = None
2424

25-
print(f'git_release_tag = {repr(git_release_tag)}\ngit_commit_hash = {repr(git_commit_hash)}\ngit_commit_date = {repr(git_commit_date)}')
26-
2725
content = content.replace("git_release_tag = 'latest'\ngit_commit_hash = 'latest'\ngit_commit_date = None", f'git_release_tag = {repr(git_release_tag)}\ngit_commit_hash = {repr(git_commit_hash)}\ngit_commit_date = {repr(git_commit_date)}')
2826

2927
f.seek(0)

0 commit comments

Comments
 (0)