removed some debug text
This commit is contained in:
parent
5d94afe751
commit
c5d0662a7c
@ -1,5 +1,2 @@
|
|||||||
print("","GPU: "..component.list("gpu")(),"Screen: "..component.list("screen")(),"Keyboard:"..component.list("keyboard")())
|
|
||||||
print("Starting tty")
|
|
||||||
tty(component.list("gpu")(),component.list("screen")(),1)
|
tty(component.list("gpu")(),component.list("screen")(),1)
|
||||||
print("Starting kbd")
|
|
||||||
kbd(component.list("keyboard")(),1)
|
kbd(component.list("keyboard")(),1)
|
||||||
|
Loading…
Reference in New Issue
Block a user