From e119c112044e908f90df14079221a4d9cf376bce Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Mon, 25 Apr 2022 15:44:28 -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 2cd282b..8bd9626 100644 --- a/reactor-plc/threads.lua +++ b/reactor-plc/threads.lua @@ -251,7 +251,6 @@ function thread__iss(shared_memory) -- last_update = util.time() elseif event == "iss_command" then -- handle ISS commands - println("got iss command?") if param1 == ISS_EVENT.SCRAM then -- basic SCRAM plc_state.scram = true