From 1a483aad55d66f7fd3f7785df14bba0e3b691899 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Thu, 10 Jun 2021 10:01:38 +0200 Subject: [PATCH] remove debug statement old-commit-hash: 34edaa543ad41d42e52d82b4d91537c2d46729ad --- selfdrive/ui/qt/maps/map.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/selfdrive/ui/qt/maps/map.cc b/selfdrive/ui/qt/maps/map.cc index d5f42bf5c..fa43a6fd0 100644 --- a/selfdrive/ui/qt/maps/map.cc +++ b/selfdrive/ui/qt/maps/map.cc @@ -688,8 +688,6 @@ void MapETA::updateETA(float s, float s_typical, float d) { time_unit->setText("hr"); } - s = s_typical * 1.6; - if (s / s_typical > 1.5) { time_unit->setStyleSheet(R"(color: #DA3025; )"); time->setStyleSheet(R"(color: #DA3025; )");