!299 删除PRINTK维测log

Merge pull request !299 from 刘建东/OpenHarmony_1.0.1_release
This commit is contained in:
openharmony_ci
2021-06-09 13:51:24 +08:00
committed by Gitee

2
net/lwip-2.1/porting/src/sockets.c Executable file → Normal file
View File

@@ -1570,8 +1570,6 @@ int socks_close(int sockfd)
SYS_ARCH_UNPROTECT(lev);
done_socket(sock);
return lwip_close(sockfd);
} else {
PRINTK("no close socket s_refcount = %d\n", sock->s_refcount);
}
sock->s_refcount--;