diff options
| -rw-r--r-- | net/lwip/wget.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/lwip/wget.c b/net/lwip/wget.c index b6c25be6115..983abe2ccd3 100644 --- a/net/lwip/wget.c +++ b/net/lwip/wget.c @@ -243,8 +243,6 @@ static void httpc_result_cb(void *arg, httpc_result_t httpc_result, putc('#'); ctx->hash_count++; } - puts(" "); - print_size(ctx->content_len, ""); elapsed = get_timer(ctx->start_time); if (!elapsed) |
