删除无用log

dev_chengFeng
gaoxin 2020-09-02 10:30:37 +08:00
parent 13ab0dc54f
commit 95460eff7e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}