removed debug prints

This commit is contained in:
Mikayla Fischler 2022-07-07 00:37:58 -04:00
parent ea17ba41fe
commit 4b60c038f4

View File

@ -106,8 +106,8 @@ function coordinator.new_session(id, in_queue, out_queue)
log.warning(log_header .. "COORD KEEP_ALIVE round trip time > 500ms (" .. self.last_rtt .. "ms)")
end
log.debug(log_header .. "COORD RTT = " .. self.last_rtt .. "ms")
log.debug(log_header .. "COORD TT = " .. (srv_now - coord_send) .. "ms")
-- log.debug(log_header .. "COORD RTT = " .. self.last_rtt .. "ms")
-- log.debug(log_header .. "COORD TT = " .. (srv_now - coord_send) .. "ms")
else
log.debug(log_header .. "SCADA keep alive packet length mismatch")
end