From d367503fb0f0ba9e64c954868c67fc00297095c2 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sun, 30 Jan 2022 13:46:20 +0800 Subject: [PATCH] Remove extraneous print --- test/test_dropbear.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_dropbear.py b/test/test_dropbear.py index 98d748e..0b6e1a0 100644 --- a/test/test_dropbear.py +++ b/test/test_dropbear.py @@ -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 ""