From d9ec88dd5134d8d2871aae4aef1ce2bd520b1660 Mon Sep 17 00:00:00 2001 From: IonutParau Date: Fri, 1 Aug 2025 15:18:57 +0200 Subject: [PATCH] removed debug thing --- src/sandbox.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sandbox.lua b/src/sandbox.lua index d5b3d7f..edb05de 100644 --- a/src/sandbox.lua +++ b/src/sandbox.lua @@ -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