Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Aug 5, 2014
1 parent 9489805 commit 0fa57c0
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 @@ -320,7 +320,6 @@ static int parse_ip_list() {
free(line);

qsort(ip_list.ips, ip_list.entries, sizeof(struct in_addr), cmp_in_addr);
LOG("%d ips loaded\n", ip_list.entries);
fclose(fp);
return 0;
}
Expand Down

0 comments on commit 0fa57c0

Please sign in to comment.