remove loggerd todo about encodeIdx decimation

pull/22172/head
Willem Melching 4 years ago
parent 26e6e07c2b
commit 377fe84948
  1. 1
      selfdrive/loggerd/loggerd.cc

@ -233,7 +233,6 @@ void encoder_thread(const LogCameraInfo &cam_info) {
eidx.setSegmentNum(cur_seg);
eidx.setSegmentId(out_id);
if (lh) {
// TODO: this should read cereal/services.h for qlog decimation
auto bytes = msg.toBytes();
lh_log(lh, bytes.begin(), bytes.size(), true);
}

Loading…
Cancel
Save