We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9518b commit cd10fa4Copy full SHA for cd10fa4
1 file changed
vcs_utils.py
@@ -33,7 +33,6 @@ def get_vcs_id():
33
stdout=subprocess.PIPE, text=True, check=True
34
)
35
vcs_string = vcs_output.stdout.strip()
36
- print("vcs string: " + vcs_string)
37
return vcs_string
38
except (subprocess.CalledProcessError, FileNotFoundError) as e:
39
# Print the warning to stderr
0 commit comments