From ee7dea9face4a782b54c033eb7d5bf22047a1680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Cuervo?= Date: Mon, 4 Dec 2023 16:11:11 -0500 Subject: Remove readCount debugging --- virtual-programs/keyboard.folk | 3 --- 1 file changed, 3 deletions(-) (limited to 'virtual-programs') diff --git a/virtual-programs/keyboard.folk b/virtual-programs/keyboard.folk index 955624f6..8c2c85b3 100644 --- a/virtual-programs/keyboard.folk +++ b/virtual-programs/keyboard.folk @@ -90,10 +90,7 @@ foreach keyboard $keyboardDevices { } set keyboardSpecifier $eventPath variable eventPathChannel [open $eventPath r] - puts "starting keyboard process for $keyboard" - set readCount 0 while 1 { - set readCount [incr $readCount] binary scan [read $eventPathChannel $evtBytes] $evtFormat tvSec tvUsec type code value if {$type > 0x04} { set eventPathChannel [open $eventPath r] -- cgit v1.2.3