fix:删除console

This commit is contained in:
wangwenrui
2020-10-16 20:31:39 +08:00
parent c330a9cd24
commit ac9f058579
2 changed files with 2 additions and 3 deletions

View File

@@ -827,7 +827,6 @@
let bigBoundary=Number.parseInt(maxAssetTotal/3*2);
let mediumBoundary=Number.parseInt(maxAssetTotal/3);
for (let dcStat of dcStats) {
console.log('dcStat',dcStat)
let dcId = dcStat.id;
let dcInfo = idcInfos.find((item) => {
return item.id == dcId;