删除注释

back_recharge
zhangshanxue 2019-12-29 11:44:17 +08:00
parent 3daf45e1d1
commit e002dff301
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ public class HeroFiveStarGetEventHandler implements IEventHandler {
List<CommonProto.GiftGoodsInfo> goodsBagInfo = new ArrayList<>(SRechargeCommodityConfig.rechargeCommodityConfigMap.size());
BuyGoodsLogic.getGoodsBagInfo(user.getId(), goodsBagInfo,false);
System.out.print(goodsBagInfo.toString());
ISession session = OnlineUserManager.getSessionByUid(user.getId());
if(session!=null){
if(null!= HandlerLogicThread.current()){