From e1395c7b269ac00c2a46a877ee9d44569e75b6c6 Mon Sep 17 00:00:00 2001 From: IonutParau Date: Wed, 2 Jul 2025 22:39:03 +0200 Subject: [PATCH] removed some debug stuff more debug stuff left to remove --- data/OpenOS/lib/tty.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/data/OpenOS/lib/tty.lua b/data/OpenOS/lib/tty.lua index af71ae4..8248e02 100644 --- a/data/OpenOS/lib/tty.lua +++ b/data/OpenOS/lib/tty.lua @@ -221,7 +221,6 @@ function tty.keyboard() -- changes to this design should avoid this on every key hit -- this is expensive (slow!) - debugprint("screen", type(screen), string.format("%q", screen)) window.keyboard = assert(component.invoke(screen, "getKeyboards"))[1] or system_keyboard end