diff --git a/selfdrive/pandad/pandad.cc b/selfdrive/pandad/pandad.cc index 8997bb44bd..a38c70522b 100644 --- a/selfdrive/pandad/pandad.cc +++ b/selfdrive/pandad/pandad.cc @@ -7,7 +7,6 @@ #include #include #include -#include #include #include #include @@ -494,13 +493,6 @@ void panda_state_thread(std::vector pandas, bool spoofing_started) { rk.keepTime(); } - // reset the safety mode to avoid faulting the car - LOGE("EXITED!"); - - std::ofstream f; - f.open("/data/pandad_exited.txt", std::ios_base::app); - f << "exited\n"; - if (is_onroad && !engaged) { for (auto &p : pandas) { p->set_safety_model(cereal::CarParams::SafetyModel::NO_OUTPUT);