fix:去除无用打印
This commit is contained in:
parent
cfa7a100ff
commit
cfa4a9c3e4
@ -699,8 +699,6 @@ export default class Judge {
|
|||||||
status: projectCenterObj === undefined ? 0 : (projectCenterObj.isEnd ? 3 : 1)
|
status: projectCenterObj === undefined ? 0 : (projectCenterObj.isEnd ? 3 : 1)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
console.info('surenjun this.isExam=>',this.isExam)
|
|
||||||
|
|
||||||
dConsole.info(JudgeTag + 'testKmItems', JSON.stringify(this.kmItems))
|
dConsole.info(JudgeTag + 'testKmItems', JSON.stringify(this.kmItems))
|
||||||
this.isExamEnd = false;
|
this.isExamEnd = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user