remove duplicate enc_idx logging (#2562)

old-commit-hash: e113a12702
commatwo_master
ZwX1616 5 years ago committed by GitHub
parent 7af71098b6
commit 6b238ea78d
  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) { if (idx_sock->send((char*)bytes.begin(), bytes.size()) < 0) {
printf("err sending encodeIdx pkt: %s\n", strerror(errno)); printf("err sending encodeIdx pkt: %s\n", strerror(errno));
} }
if (lh) {
lh_log(lh, bytes.begin(), bytes.size(), false);
}
} }
if (raw_clips) { if (raw_clips) {

Loading…
Cancel
Save