Remove printf debug line
This commit is contained in:
parent
87df81ebb7
commit
5e827a5a88
1 changed files with 0 additions and 2 deletions
|
|
@ -208,8 +208,6 @@ HTTP_Client_State HttpClient_dowload(Http_client_info *info)
|
||||||
full = 0;
|
full = 0;
|
||||||
vTaskDelayMs(50);
|
vTaskDelayMs(50);
|
||||||
}
|
}
|
||||||
|
|
||||||
//printf("Download size read data : %d\n", read_byte);
|
|
||||||
} while (read_byte > 0);
|
} while (read_byte > 0);
|
||||||
|
|
||||||
info->final_cb(info->buffer, full);
|
info->final_cb(info->buffer, full);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue