diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-11-06 20:39:10 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-11-06 20:39:10 +0000 |
| commit | 568d1163350f81be1f71b6c8b2c7b59fc4a4db86 (patch) | |
| tree | 9918a827fff20f1ddbece3bd369fd4787a07fce0 | |
| parent | 8c5200b5689e9612a59c12d28e71a716efac2830 (diff) | |
| download | btpd-568d1163350f81be1f71b6c8b2c7b59fc4a4db86.tar.gz btpd-568d1163350f81be1f71b6c8b2c7b59fc4a4db86.zip | |
Remove a couple of forgotten debug printfs.
| -rw-r--r-- | misc/http_client.c | 2 |
1 files changed, 0 insertions, 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); } |