From 95460eff7e033cc6f76d17a8a756b5c4d3967ed7 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Wed, 2 Sep 2020 10:30:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/LuaFramework/Scripts/Network/SocketClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/LuaFramework/Scripts/Network/SocketClient.cs b/Assets/LuaFramework/Scripts/Network/SocketClient.cs index 64b440b6c7..55377b64ee 100644 --- a/Assets/LuaFramework/Scripts/Network/SocketClient.cs +++ b/Assets/LuaFramework/Scripts/Network/SocketClient.cs @@ -753,7 +753,7 @@ public class SocketClient { if (!dispatchers.ContainsKey(msgId)) dispatchers.Add(msgId, new SimpleDispatcher()); - XDebug.Log.l("++++++++++++++++RegistNetMessage================================", msgId, IpAddress, Port); + //XDebug.Log.l("++++++++++++++++RegistNetMessage================================", msgId, IpAddress, Port); SimpleDispatcher find = (SimpleDispatcher)dispatchers[msgId]; find.processor += handle; }