删除无用日志
parent
723d4336db
commit
638dc34630
|
@ -144,10 +144,6 @@ public class GetPlayerInfoHandler extends BaseHandler{
|
|||
}
|
||||
//图鉴信息
|
||||
Map<Integer, Integer> heroHandBook = heroManager.getHeroHandBook();
|
||||
for (Map.Entry<Integer, Integer> entry:heroHandBook.entrySet()){
|
||||
System.out.println(entry.getKey()+":"+entry.getValue()+"神将图鉴");
|
||||
|
||||
}
|
||||
List<CommonProto.EveryHeroHandBook> heroHandBookList = new ArrayList<>();
|
||||
heroHandBook.forEach((k,v)->heroHandBookList.add(CommonProto.EveryHeroHandBook.newBuilder().setHeroId(k).setMaxStar(v).build()));
|
||||
|
||||
|
|
Loading…
Reference in New Issue