Skip to content

Commit 57f46a1

Browse files
committed
remove debug print
1 parent dcd9abb commit 57f46a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/run-tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ def send_get(what):
153153
os.close(subterminal)
154154
os.close(emulator)
155155
else:
156-
print("subprocess", args + [test_file])
157156
output_mupy = subprocess.check_output(
158157
args + [test_file], stderr=subprocess.STDOUT
159158
)

0 commit comments

Comments
 (0)