remove slow qDebug

pull/27391/head
Shane Smiskol 2 years ago
parent 8a6185097f
commit 931e95d645
  1. 2
      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();
}

Loading…
Cancel
Save