remove debug statement

old-commit-hash: 34edaa543ad41d42e52d82b4d91537c2d46729ad
This commit is contained in:
Willem Melching
2021-06-10 10:01:38 +02:00
parent af5cbb346b
commit 1a483aad55
-2
View File
@@ -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; )");