delete unuse log
parent
4c12a4c959
commit
e11257f348
|
@ -158,7 +158,7 @@ public class ProtocolsManager implements ProtocolsAbstract {
|
|||
dealHeartBeat(session);
|
||||
return;
|
||||
}
|
||||
LOGGER.info("request{} unknow commond{} : " ,packetNetData.getUserId(),packetNetData.getMsgId());
|
||||
|
||||
if (packetNetData.getMsgId()== MessageTypeProto.MessageType.LOGIN_REQUEST_VALUE ||
|
||||
packetNetData.getMsgId()== MessageTypeProto.MessageType.RECONNECT_REQUEST_VALUE){
|
||||
|
||||
|
|
Loading…
Reference in New Issue