1
0
mirror of https://github.com/clearml/dropbear synced 2025-02-24 12:54:12 +00:00

Remove extraneous print

This commit is contained in:
Matt Johnston 2022-01-30 13:46:20 +08:00
parent 2a6dac19b5
commit d367503fb0

View File

@ -62,9 +62,7 @@ def own_venv_command():
as the current running Python. Returns '' on not a virtualenv
"""
try:
print(os.environ)
venv = os.environ['VIRTUAL_ENV']
print(venv)
except KeyError:
return ""