From f15218c360c94dc33bfd8f667fefe6a17e9b4e7e Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 6 Jun 2024 03:58:03 -0700 Subject: [PATCH] remove debugging old-commit-hash: 50949600aeed231347cc4c600a8a7d24accde674 --- selfdrive/pandad/pandad.cc | 8 -------- 1 file changed, 8 deletions(-) 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);