removed debug print

This commit is contained in:
Mikayla Fischler 2022-04-25 15:46:32 -04:00
parent e119c11204
commit b861d3f668

View File

@ -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