删除日志

back_recharge
jiahuiwen 2021-11-24 13:53:48 +08:00
parent 294bae6c89
commit a42a12ef79
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
package com.ljsd.jieling.handler.hero;
import com.googlecode.protobuf.format.JsonFormat;
import com.ljsd.jieling.exception.ErrorCode;
import com.ljsd.jieling.exception.ErrorCodeException;
import com.ljsd.jieling.handler.BaseHandler;
@ -79,7 +78,6 @@ public class XiuxianLevelUpRequestHandler extends BaseHandler<HeroInfoProto.Sixi
HeroInfoProto.XiuxianLevelUpResponse xiuxianLevelUpResponse = HeroInfoProto.XiuxianLevelUpResponse.newBuilder()
.setXiuxianLevel(curMaxLevel)
.build();
String s = JsonFormat.printToString(xiuxianLevelUpResponse);
MessageUtil.sendMessage(session, 1, MessageTypeProto.MessageType.XIUXIAN_XIUWEI_UP_RESPONSE_VALUE, xiuxianLevelUpResponse, true);
}
}