删除无用注释

back_recharge
lvxinran 2020-05-26 14:45:31 +08:00
parent b6760d596a
commit 1e5645e21f
1 changed files with 0 additions and 1 deletions

View File

@ -255,7 +255,6 @@ public class StoreLogic implements IEventHandler {
public static void sendStoreUpdateIndication(int uid,StoreInfo storeInfo){
CommonProto.StoreInfo.Builder builder = getBuilder(storeInfo);
System.out.println("商店刷新发送推送");
PlayerInfoProto.storeUpdateIndication build = PlayerInfoProto.storeUpdateIndication.newBuilder().addStoreInfo(builder).build();
ISession session = OnlineUserManager.getSessionByUid(uid);
if(session!=null){