changeset 1864:49ce974c3215

Remove extraneous print
author Matt Johnston <matt@ucc.asn.au>
date Sun, 30 Jan 2022 13:46:20 +0800
parents b550845e500b
children d940f8007a45
files test/test_dropbear.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 ""