删除日志
parent
294bae6c89
commit
a42a12ef79
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue