Remove printf debug line

This commit is contained in:
Júnio Teixeira 2019-06-12 13:25:25 -03:00 committed by GitHub
parent 87df81ebb7
commit 5e827a5a88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,8 +208,6 @@ HTTP_Client_State HttpClient_dowload(Http_client_info *info)
full = 0;
vTaskDelayMs(50);
}
//printf("Download size read data : %d\n", read_byte);
} while (read_byte > 0);
info->final_cb(info->buffer, full);