remove debug statement

pull/21219/head
Willem Melching 4 years ago
parent 63cb0f7c20
commit 34edaa543a
  1. 2
      selfdrive/ui/qt/maps/map.cc

@ -688,8 +688,6 @@ void MapETA::updateETA(float s, float s_typical, float d) {
time_unit->setText("hr"); time_unit->setText("hr");
} }
s = s_typical * 1.6;
if (s / s_typical > 1.5) { if (s / s_typical > 1.5) {
time_unit->setStyleSheet(R"(color: #DA3025; )"); time_unit->setStyleSheet(R"(color: #DA3025; )");
time->setStyleSheet(R"(color: #DA3025; )"); time->setStyleSheet(R"(color: #DA3025; )");

Loading…
Cancel
Save