删除无效代码

This commit is contained in:
wenc000 2020-08-11 15:50:16 +08:00
parent 38a5878e79
commit 16b382cb87

View File

@ -45,16 +45,6 @@ public class ClientInfoServiceImpl extends BaseSocketService {
@Autowired @Autowired
private SocketClientProperties socketClientProperties; private SocketClientProperties socketClientProperties;
public void getAndSendClientInfo() {
try {
Map<String, Object> clientInfo = getClientInfo();
System.out.println(JSONObject.toJSONString(clientInfo));
} catch (InterruptedException e) {
LOG.error(e.getMessage(), e);
}
}
@Override @Override
protected void readMessageService(ChannelHandlerContext channelHandlerContext, Message readMessage) { protected void readMessageService(ChannelHandlerContext channelHandlerContext, Message readMessage) {