日志修改

back_recharge
lvxinran 2019-07-11 15:14:46 +08:00
parent ed6afd9539
commit 1e572b1142
2 changed files with 1 additions and 2 deletions

View File

@ -127,7 +127,6 @@ public class MapManager extends MongoBase {
}
public void setCurXY(int curXY) throws Exception {
System.out.println("设置位置"+curXY);
updateString("curXY", curXY);
this.curXY = curXY;
}

View File

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