clear:线上版本,删除一些不需要的log
This commit is contained in:
@@ -70,7 +70,7 @@ export class CalCe {
|
||||
|
||||
public getCeInc() {
|
||||
let ceResult = this.calHeroCe();
|
||||
console.log('##### ceResult', ceResult, 'originCes', this.originCes)
|
||||
// console.log('##### ceResult', ceResult, 'originCes', this.originCes)
|
||||
let heroCe = new Map<number, { inc: number, origin: number, ce: number }>();
|
||||
let roleInc = 0;
|
||||
for(let [hid, ce] of ceResult) {
|
||||
|
||||
Reference in New Issue
Block a user