1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Removed unnecessary printf statement which corrupts output of http.get

This commit is contained in:
pverghese 2019-07-03 15:26:50 +05:30 committed by Alexander Medvednikov
parent 5e0ae9a429
commit 05ef1e0681

View File

@ -52,7 +52,7 @@ fn write_fn(contents byteptr, size, nmemb int, _mem *MemoryStruct) int {
// if !isnil(mem.ws_func) {
# if (mem->ws_func)
{
C.printf('\n\nhttp_mac.m: GOT WS FUNC. size=%d\n', realsize)
//C.printf('\n\nhttp_mac.m: GOT WS FUNC. size=%d\n', realsize)
// Skip negative and 0 junk chars in the WS string
mut start := 0
for i := 0; i < realsize; i++ {