removed some debug stuff

more debug stuff left to remove
This commit is contained in:
IonutParau 2025-07-02 22:39:03 +02:00
parent 68e0374697
commit e1395c7b26

View File

@ -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