Remove print about numbers

This commit is contained in:
Kevin F 2023-03-05 20:02:20 -06:00
parent e342e0d4dd
commit 5f14fd11d0
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ print("Using device " + device.fn)
print("Grabbing device for exclusive access.")
device.grab()
print("Enter numbers, press enter (Ctrl-C to exit).")
write_queue = queue.Queue()
def write_loop():