summary refs log tree commit diff
path: root/misc/http_client.c
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2006-11-06 20:39:10 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2006-11-06 20:39:10 +0000
commit568d1163350f81be1f71b6c8b2c7b59fc4a4db86 (patch)
tree9918a827fff20f1ddbece3bd369fd4787a07fce0 /misc/http_client.c
parent8c5200b5689e9612a59c12d28e71a716efac2830 (diff)
downloadbtpd-568d1163350f81be1f71b6c8b2c7b59fc4a4db86.tar.gz
btpd-568d1163350f81be1f71b6c8b2c7b59fc4a4db86.zip
Remove a couple of forgotten debug printfs.
Diffstat (limited to 'misc/http_client.c')
-rw-r--r--misc/http_client.c2
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);
 }