From cd57742602ff04f2768e7fac74106b93cc58b432 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Thu, 19 Jan 2023 10:59:39 -0500 Subject: [PATCH] clenaup --- unix/variant/touch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/variant/touch.py b/unix/variant/touch.py index d38c494d..995c1a09 100644 --- a/unix/variant/touch.py +++ b/unix/variant/touch.py @@ -28,7 +28,7 @@ class Touch: while 1: # rx's any key that is pressed and now released key = await s.read(1) - print("Sim: %s" % key) + #print("Sim: %s" % key) if key == b'\0': await numpad._changes.put('') # all up else: