fix:去除无用日志

This commit is contained in:
Surenjun 2025-09-26 10:06:30 +08:00
parent 5732b62000
commit b765676068

View File

@ -267,9 +267,7 @@ export default class Judge {
judgeUdp.send(bytes) judgeUdp.send(bytes)
} }
if (!isExamEnd) { if (!isExamEnd) {
console.info(judgeTag, 'start examJudgeRealExam')
await examJudgeRealExam(plcData) await examJudgeRealExam(plcData)
console.info(judgeTag, 'end examJudgeRealExam')
} }
let [prevJd, preWd] = [0, 0] let [prevJd, preWd] = [0, 0]
globalThis.udpIndex += 1 globalThis.udpIndex += 1