Skip to content

Commit cd10fa4

Browse files
authored
Remove unnecessary output
Do not pollute output unnecessarily.
1 parent 6c9518b commit cd10fa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: vcs_utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def get_vcs_id():
3333
stdout=subprocess.PIPE, text=True, check=True
3434
)
3535
vcs_string = vcs_output.stdout.strip()
36-
print("vcs string: " + vcs_string)
3736
return vcs_string
3837
except (subprocess.CalledProcessError, FileNotFoundError) as e:
3938
# Print the warning to stderr

0 commit comments

Comments
 (0)