removed debug thing

This commit is contained in:
IonutParau 2025-08-01 15:18:57 +02:00
parent 4bf2ec40a9
commit d9ec88dd51

View File

@ -228,7 +228,6 @@ local libcomputer = {
local deadline = computer.uptime() + (type(timeout) == "number" and timeout or math.huge) local deadline = computer.uptime() + (type(timeout) == "number" and timeout or math.huge)
repeat repeat
print("waiting for signal", computer.uptime())
yield() -- give executor a chance to give us stuff yield() -- give executor a chance to give us stuff
local s = table.pack(computer.popSignal()) local s = table.pack(computer.popSignal())
if s.n > 0 then if s.n > 0 then