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)
}
if (!isExamEnd) {
console.info(judgeTag, 'start examJudgeRealExam')
await examJudgeRealExam(plcData)
console.info(judgeTag, 'end examJudgeRealExam')
}
let [prevJd, preWd] = [0, 0]
globalThis.udpIndex += 1