removed some debug text

This commit is contained in:
Izaya 2017-05-23 14:41:28 +00:00
parent 5d94afe751
commit c5d0662a7c
1 changed files with 0 additions and 3 deletions

View File

@ -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)
print("Starting kbd")
kbd(component.list("keyboard")(),1)