From 568d1163350f81be1f71b6c8b2c7b59fc4a4db86 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Mon, 6 Nov 2006 20:39:10 +0000 Subject: [PATCH] Remove a couple of forgotten debug printfs. --- misc/http_client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc/http_client.c b/misc/http_client.c index 4a29acc..e6a2ed6 100644 --- a/misc/http_client.c +++ b/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); }