mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
remove socket debug printf
This commit is contained in:
parent
cad688a7ee
commit
76d2980dc4
@ -88,11 +88,9 @@ Arg* _socket_socket__recv(PikaObj* self, int num) {
|
||||
res_buff = arg_getBytes(res_r);
|
||||
pika_platform_memcpy(res_buff, data_recv, ret);
|
||||
arg_deinit(res);
|
||||
__platform_printf("recv return res_r\n");
|
||||
return res_r;
|
||||
}
|
||||
}
|
||||
__platform_printf("recv return res\n");
|
||||
return res;
|
||||
}
|
||||
|
||||
|
@ -88,11 +88,9 @@ Arg* _socket_socket__recv(PikaObj* self, int num) {
|
||||
res_buff = arg_getBytes(res_r);
|
||||
pika_platform_memcpy(res_buff, data_recv, ret);
|
||||
arg_deinit(res);
|
||||
__platform_printf("recv return res_r\n");
|
||||
return res_r;
|
||||
}
|
||||
}
|
||||
__platform_printf("recv return res\n");
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user