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: