# HG changeset patch # User Matt Johnston # Date 1643521580 -28800 # Node ID 49ce974c32154345928bda8ff811486a75f41bec # Parent b550845e500bd5d684e0e918816b258e9f2e15d2 Remove extraneous print diff -r b550845e500b -r 49ce974c3215 test/test_dropbear.py --- a/test/test_dropbear.py Sun Jan 30 13:37:20 2022 +0800 +++ b/test/test_dropbear.py Sun Jan 30 13:46:20 2022 +0800 @@ -62,9 +62,7 @@ as the current running Python. Returns '' on not a virtualenv """ try: - print(os.environ) venv = os.environ['VIRTUAL_ENV'] - print(venv) except KeyError: return ""