Remove destructive debug

This commit is contained in:
Andreas Öman 2008-09-28 17:27:38 +00:00
parent acee2bc9cc
commit 6f4e1dbd02

3
htsp.c
View file

@ -591,10 +591,11 @@ htsp_write_scheduler(void *aux)
r = htsmsg_binary_serialize(hm->hm_msg, &dptr, &dlen, INT32_MAX);
#if 0
if(hm->hm_pktref) {
usleep(hm->hm_payloadsize * 3);
}
#endif
htsp_msg_destroy(hm);
write(htsp->htsp_fd, dptr, dlen);