mirror of
https://github.com/clearml/dropbear
synced 2025-02-24 21:03:55 +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
|
as the current running Python. Returns '' on not a virtualenv
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
print(os.environ)
|
|
||||||
venv = os.environ['VIRTUAL_ENV']
|
venv = os.environ['VIRTUAL_ENV']
|
||||||
print(venv)
|
|
||||||
except KeyError:
|
except KeyError:
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user