Browse Source

去除一些日志

tags/v21.3
枫谷剑仙 4 years ago
parent
commit
78752e02ff
3 changed files with 0 additions and 3 deletions
  1. +0
    -1
      script-skill-parser.js
  2. +0
    -1
      script-universal_function.js
  3. +0
    -1
      script.js

+ 0
- 1
script-skill-parser.js View File

@@ -2118,7 +2118,6 @@ function renderSkill(skill, option = {})
condition: condition ? renderCondition(condition) : null,
chance: prob.value < 1 ? tsp.value.prob({value: renderValue(prob, { percent:true })}) : null,
};
console.log(prob.value < 1 ? tsp.value.prob({value: renderValue(prob, { percent:true })}) : null)
frg.ap(tsp.skill.reduce_damage(dict));
break;
}


+ 0
- 1
script-universal_function.js View File

@@ -827,7 +827,6 @@ function descriptionToHTML(str)
} else if (/qs/i.test(color)) {
sp.style.color = `blue`;
}
console.log(color, content)
return sp;
});
nodeArr = formatParse(nodeArr, /\%\{m([0-9]{1,5})\}/g, 1,


+ 0
- 1
script.js View File

@@ -1940,7 +1940,6 @@ function initialize(event) {
const reader = await fileReader(myFile, {readType: "text"});
const data = JSON.parse(reader.result);
const playerData = new PlayerData(data);
console.log(playerData);

let dataCount = 0;
if (db) {


Loading…
Cancel
Save