avoid redundant calls to report_link_state

This commit is contained in:
Mikayla Fischler 2024-07-27 16:23:19 -04:00
parent f00751edeb
commit de6d8a89ca

View File

@ -514,9 +514,6 @@ function pocket.comms(version, nic, sv_watchdog, api_watchdog, nav)
else
self.establish_delay_counter = self.establish_delay_counter - 1
end
else
-- linked, all good!
iocontrol.report_link_state(LINK_STATE.LINKED)
end
end