From b861d3f66841e9d24d4942fdf9b921a6ffb810a6 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Mon, 25 Apr 2022 15:46:32 -0400 Subject: [PATCH] removed debug print --- reactor-plc/threads.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/reactor-plc/threads.lua b/reactor-plc/threads.lua index 8bd9626..201abe1 100644 --- a/reactor-plc/threads.lua +++ b/reactor-plc/threads.lua @@ -86,7 +86,6 @@ function thread__main(shared_memory, init) async_wait(function () plc_comms.handle_packet(packet, plc_state) end) elseif event == "timer" and networked and param1 == conn_watchdog.get_timer() then -- haven't heard from server recently? shutdown reactor - println("timed out, passing event") plc_comms.unlink() os.queueEvent("iss_command", ISS_EVENT.TRIP_TIMEOUT) elseif event == "peripheral_detach" then