replay: cleanup output (#22434)

pull/22441/head
Dean Lee 4 years ago committed by GitHub
parent 60b0c43c90
commit b5988d5601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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