开发:移除无用的代码

pull/1560/MERGE
ChenX 3 years ago
parent 73ae85ee93
commit 5b003f7b0e

@ -54,7 +54,6 @@ export class ErpParseData
pgMap_template.set(key, trs);
}
};
let sealingMap = new Map<Board, ISealingData[]>();
const down = DownPanelStore.GetInstance();
let i = 0;
@ -135,7 +134,6 @@ export class ErpParseData
block.SealedUp = this.GetNumberBit(Number(entity.BoardProcessOption.sealedUp), 3); //封边上
block.SealedRight = this.GetNumberBit(Number(entity.BoardProcessOption.sealedRight), 3); //封边右
}
sealingMap.set(entity, boardData.sealing);
let splitSize = Production.GetSpiteSize(entity);
if (splitSize)
{

Loading…
Cancel
Save