소스 검색

Remove a couple of forgotten debug printfs.

master
Richard Nyberg 18 년 전
부모
커밋
568d116335
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      misc/http_client.c

+ 0
- 2
misc/http_client.c 파일 보기

@@ -338,7 +338,6 @@ http_read_cb(int sd, short type, void *arg)
if (nr == EAGAIN)
goto more;
else {
printf("read err\n");
http_error(req);
return;
}
@@ -379,7 +378,6 @@ out:
}
return;
error:
printf("http write err\n");
http_error(req);
}



불러오는 중...
취소
저장