减少一个ws库debug开启后可能输出的信息

This commit is contained in:
MrZ626
2021-04-11 13:37:23 +08:00
parent 29582469d2
commit 4967782464

View File

@@ -151,7 +151,6 @@ while true do--Running
--Receive data
local s,_,p=SOCK:receive(length)
if s then
]]..(debug==1 and""or"--")..[[print(("%s[%d]:%s"):format(threadName,length,s))
res=s
elseif p then--UNF head
]]..(debug==1 and""or"--")..[[print(("%s[%d/%d]:%s"):format(threadName,#p,length,p))