Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Dec 31, 2014
1 parent ee0d088 commit 09bbd97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chinadns.c
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,6 @@ static void schedule_delay(uint16_t query_id, const char *buf, size_t buflen,
i = (i + 1) % DELAY_QUEUE_LEN) {
delay_buf_t *delay_buf2 = &delay_queue[i];
if (delay_buf2->id == query_id) {
ERR("overriding");
free_delay(i);
delay_buf = &delay_queue[i];
found = 1;
Expand Down

0 comments on commit 09bbd97

Please sign in to comment.