删除无用log
parent
13ab0dc54f
commit
95460eff7e
|
@ -753,7 +753,7 @@ public class SocketClient
|
||||||
{
|
{
|
||||||
if (!dispatchers.ContainsKey(msgId))
|
if (!dispatchers.ContainsKey(msgId))
|
||||||
dispatchers.Add(msgId, new SimpleDispatcher());
|
dispatchers.Add(msgId, new SimpleDispatcher());
|
||||||
XDebug.Log.l("++++++++++++++++RegistNetMessage================================", msgId, IpAddress, Port);
|
//XDebug.Log.l("++++++++++++++++RegistNetMessage================================", msgId, IpAddress, Port);
|
||||||
SimpleDispatcher find = (SimpleDispatcher)dispatchers[msgId];
|
SimpleDispatcher find = (SimpleDispatcher)dispatchers[msgId];
|
||||||
find.processor += handle;
|
find.processor += handle;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue