diff --git a/selfdrive/boardd/boardd.cc b/selfdrive/boardd/boardd.cc index ce73662e45..24f7e8232f 100644 --- a/selfdrive/boardd/boardd.cc +++ b/selfdrive/boardd/boardd.cc @@ -334,7 +334,6 @@ bool send_panda_states(PubMaster *pm, const std::vector &pandas, bool s } #endif - // TODO: do we still need this? if (!panda->comms_healthy) { evt.setValid(false); }