fix:去除无用打印

This commit is contained in:
Surenjun 2025-07-21 16:16:40 +08:00
parent cfa7a100ff
commit cfa4a9c3e4

View File

@ -699,8 +699,6 @@ export default class Judge {
status: projectCenterObj === undefined ? 0 : (projectCenterObj.isEnd ? 3 : 1)
})
})
console.info('surenjun this.isExam=>',this.isExam)
dConsole.info(JudgeTag + 'testKmItems', JSON.stringify(this.kmItems))
this.isExamEnd = false;
}