remove duplicate enc_idx logging (#2562)

old-commit-hash: e113a1270292130ea3e7ef07a05b59aeb98c5ce7
This commit is contained in:
ZwX1616
2020-11-18 16:02:19 -08:00
committed by GitHub
parent 7af71098b6
commit 6b238ea78d

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) {