日志修改

back_recharge
lvxinran 2019-08-14 11:44:23 +08:00
parent 2e72e3e3f6
commit cd4ad1da3a
1 changed files with 0 additions and 1 deletions

View File

@ -289,7 +289,6 @@ public class MapLogic {
mapEnterResponse.addHeroInfos(heroInfo);
}
LOGGER.info("enterMap() uid=>{} mapId =>{}", uid, mapManager.getCurMapId());
LOGGER.info("进图临时背包{}",mapEnterResponse.getTemporaryItems().toString());
MessageUtil.sendMessage(iSession, 1, messageType.getNumber(), mapEnterResponse.build(), true);
}