删除无用打印

This commit is contained in:
lVAL 2021-01-29 16:21:19 +08:00
parent f91f045a1e
commit fa5b6027d3

View File

@ -154,7 +154,6 @@ export default class Section extends Group {
/** 非通信车占用状态 03*/
unCommunicationOccupied() {
console.log(this.style.Section.preAxleIgnoreFault);
if (this.style.Section.preAxleIgnoreFault && this.model.preReset) {
return ;
}