We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a8da7 commit 4881586Copy full SHA for 4881586
src/wizards/commmap-wizards.ts
@@ -76,11 +76,6 @@ export function communicationMappingWizard(
76
if (!connections.has(key)) connections.set(key, []);
77
connections.get(key)?.push(element);
78
});
79
- if (controlBlocks.size === 0) {
80
- const key = ' | | ' + iedName;
81
- if (!connections.has(key)) connections.set(key, []);
82
- connections.get(key)?.push(element);
83
- }
84
85
86
return [
0 commit comments