mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-24 09:03:32 +02:00
removed debug thing
This commit is contained in:
parent
4bf2ec40a9
commit
d9ec88dd51
@ -228,7 +228,6 @@ local libcomputer = {
|
||||
local deadline = computer.uptime() + (type(timeout) == "number" and timeout or math.huge)
|
||||
|
||||
repeat
|
||||
print("waiting for signal", computer.uptime())
|
||||
yield() -- give executor a chance to give us stuff
|
||||
local s = table.pack(computer.popSignal())
|
||||
if s.n > 0 then
|
||||
|
Loading…
x
Reference in New Issue
Block a user