remove debug code
authorFelix Fietkau <nbd@openwrt.org>
Fri, 21 Mar 2014 20:30:28 +0000 (21:30 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 21 Mar 2014 20:30:28 +0000 (21:30 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
uclient-http.c

index e2b6c79..fcf3b9b 100644 (file)
@@ -371,12 +371,6 @@ uclient_http_set_header(struct uclient *cl, const char *name, const char *value)
        return 0;
 }
 
        return 0;
 }
 
-#define ustream_printf(us, ...) do { \
-       fprintf(stderr, "send: " __VA_ARGS__); \
-       ustream_printf(us, __VA_ARGS__); \
-} while (0)
-
-
 static void
 uclient_http_send_headers(struct uclient_http *uh)
 {
 static void
 uclient_http_send_headers(struct uclient_http *uh)
 {