Removed unnecessary printf statement which corrupts output of http.get

pull/959/head
pverghese 2019-07-03 15:26:50 +05:30 committed by Alexander Medvednikov
parent 5e0ae9a429
commit 05ef1e0681
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ fn write_fn(contents byteptr, size, nmemb int, _mem *MemoryStruct) int {
// if !isnil(mem.ws_func) { // if !isnil(mem.ws_func) {
# if (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 // Skip negative and 0 junk chars in the WS string
mut start := 0 mut start := 0
for i := 0; i < realsize; i++ { for i := 0; i < realsize; i++ {