去除console.log
This commit is contained in:
parent
7aacacaa99
commit
f9b8d6cd49
@ -1 +1 @@
|
||||
Subproject commit f0f415273f5e188db87ee361e6808e4ec90ceda1
|
||||
Subproject commit c1a99789fe12482085d30eaa66e0e881ffc99c00
|
@ -1 +1 @@
|
||||
Subproject commit 0a0cb0a77afd9783081c2dc6ba19687b0b3aa0f7
|
||||
Subproject commit c89d1eecea3f3c91c4bf52457f1aa51c41171636
|
@ -146,7 +146,6 @@ const axleCountingRelations = computed(() => {
|
||||
section,
|
||||
AxleCounting.Type
|
||||
);
|
||||
console.log(section.relationManage.getRelationsOfGraphic(section));
|
||||
return axleCountingRelations.map(
|
||||
(relation) => relation.getOtherGraphic<AxleCounting>(section).datas.code
|
||||
);
|
||||
|
@ -416,7 +416,6 @@ export async function loadDrawDatas(app: GraphicApp) {
|
||||
const storage = graphicData.RtssGraphicStorage.deserialize(
|
||||
toUint8Array(base64)
|
||||
);
|
||||
console.log('加载数据', storage);
|
||||
app.updateCanvas(storage.canvas);
|
||||
const datas: GraphicData[] = [];
|
||||
storage.links.forEach((link) => {
|
||||
|
@ -419,7 +419,6 @@ export class TurnoutEditPlugin extends GraphicEditPlugin<Turnout> {
|
||||
const otherGraphics = relations.map((relation) =>
|
||||
relation.getOtherGraphic(this.graphic)
|
||||
);
|
||||
console.log(otherGraphics);
|
||||
const otherPorts = relations.map(
|
||||
(relation) => relation.getOtherRelationParam(this.graphic).param
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user