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:
parent
5e0ae9a429
commit
05ef1e0681
@ -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++ {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user