From 57f46a177c519ce429b46eddf1b757088d07d694 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 16 Feb 2022 14:20:44 -0600 Subject: [PATCH] remove debug print --- tests/run-tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/run-tests.py b/tests/run-tests.py index f7fdb66282..a6d08aabb3 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -153,7 +153,6 @@ def run_micropython(pyb, args, test_file, is_special=False): os.close(subterminal) os.close(emulator) else: - print("subprocess", args + [test_file]) output_mupy = subprocess.check_output( args + [test_file], stderr=subprocess.STDOUT )