删除日志

back_recharge
jiahuiwen 2021-10-29 10:53:03 +08:00
parent 39d1c1242f
commit 542563c2c3
1 changed files with 0 additions and 1 deletions

View File

@ -3174,7 +3174,6 @@ public class HeroLogic {
force += sEquipConfig.getScore(); force += sEquipConfig.getScore();
} }
long l = force + heroAllAttribute.get(HeroAttributeEnum.EquipForce.getPropertyId()); long l = force + heroAllAttribute.get(HeroAttributeEnum.EquipForce.getPropertyId());
LOGGER.info("战力::::::{}", l);
return l; return l;
} }