diff --git a/selfdrive/ui/qt/onroad.cc b/selfdrive/ui/qt/onroad.cc index c3dcc17af3..187c51bd19 100644 --- a/selfdrive/ui/qt/onroad.cc +++ b/selfdrive/ui/qt/onroad.cc @@ -557,7 +557,7 @@ void AnnotatedCameraWidget::drawLaneLines(QPainter &painter, const UIState *s) { painter.setBrush(bg); painter.drawPolygon(scene.track_vertices); double dt = millis_since_boot() - t; - qDebug() << "Took" << dt << "ms to draw path"; +// qDebug() << "Took" << dt << "ms to draw path"; painter.restore(); }