supervisor code cleanup, adjusted prints

This commit is contained in:
Mikayla Fischler
2022-04-28 22:41:08 -04:00
parent 67ec8fbd91
commit d688f9a1c6
4 changed files with 10 additions and 6 deletions

View File

@@ -70,7 +70,6 @@ function get_reactor_session(reactor)
end
function establish_plc_session(local_port, remote_port, for_reactor)
util.println(remote_port)
if get_reactor_session(for_reactor) == nil then
local plc_s = {
open = true,