remove duplicate enc_idx logging (#2562)

pull/2573/head
ZwX1616 4 years ago committed by GitHub
parent c630cd44da
commit e113a12702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      selfdrive/loggerd/loggerd.cc

@ -394,9 +394,6 @@ void encoder_thread(RotateState *rotate_state, bool raw_clips, int cam_idx) {
if (idx_sock->send((char*)bytes.begin(), bytes.size()) < 0) {
printf("err sending encodeIdx pkt: %s\n", strerror(errno));
}
if (lh) {
lh_log(lh, bytes.begin(), bytes.size(), false);
}
}
if (raw_clips) {

Loading…
Cancel
Save