delete log

back_recharge
wangyuan 2019-07-24 15:27:18 +08:00
parent 306e57a1de
commit e772fe4630
1 changed files with 1 additions and 1 deletions

View File

@ -1086,7 +1086,7 @@ public class HeroLogic {
float score = sPropertyConfig.getScore();
result += propertyValue*score;
LOGGER.info("the value is ={},propertyValue={},score={}result ={},the value={}",propertyValue*score,propertyValue,score,result,propertyValue*score);
//LOGGER.info("the value is ={},propertyValue={},score={}result ={},the value={}",propertyValue*score,propertyValue,score,result,propertyValue*score);
}
return (int)result;
}