From: Felix Fietkau Date: Fri, 21 Mar 2014 20:30:28 +0000 (+0100) Subject: remove debug code X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c62d6b1e6aabe9db364c3c1d9000048ea7bb1de5;p=project%2Fuclient.git remove debug code Signed-off-by: Felix Fietkau --- diff --git a/uclient-http.c b/uclient-http.c index e2b6c79..fcf3b9b 100644 --- a/uclient-http.c +++ b/uclient-http.c @@ -371,12 +371,6 @@ uclient_http_set_header(struct uclient *cl, const char *name, const char *value) 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) {