diff --git a/selfdrive/boardd/boardd.cc b/selfdrive/boardd/boardd.cc index c343d6215c..09e8285318 100644 --- a/selfdrive/boardd/boardd.cc +++ b/selfdrive/boardd/boardd.cc @@ -116,7 +116,6 @@ bool safety_setter_thread(std::vector pandas) { // set to ELM327 without OBD multiplexing for fingerprinting bool obd_multiplexing_enabled = false; for (int i = 0; i < pandas.size(); i++) { -// const uint16_t safety_param = (i > 0) ? 1U : 0U; pandas[i]->set_safety_model(cereal::CarParams::SafetyModel::ELM327, 1U); }