mirror of
https://github.com/clearml/dropbear
synced 2025-02-24 12:54:12 +00:00
Remove extraneous print
This commit is contained in:
parent
2a6dac19b5
commit
d367503fb0
@ -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 ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user