remove duplicate enc_idx logging (#2562)

This commit is contained in:
ZwX1616
2020-11-18 16:02:19 -08:00
committed by GitHub
parent c630cd44da
commit e113a12702
-3
View File
@@ -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) {