replay: cleanup output (#22434)

old-commit-hash: b5988d5601
commatwo_master
Dean Lee 4 years ago committed by GitHub
parent 3df339e1ed
commit 11014ca940
  1. 1
      selfdrive/ui/replay/replay.cc

@ -234,7 +234,6 @@ void Replay::stream() {
continue;
}
qDebug() << "unlogging at" << (int)((cur_mono_time_ - route_start_ts_) * 1e-9);
uint64_t evt_start_ts = cur_mono_time_;
uint64_t loop_start_ts = nanos_since_boot();

Loading…
Cancel
Save