remove debug print

This commit is contained in:
Jeff Epler 2022-02-16 14:20:44 -06:00
parent dcd9abbd0b
commit 57f46a177c
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 0 additions and 1 deletions

View File

@ -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
)