Skip to content

Commit 4881586

Browse files
fix(wizard/commap): neglect ExtRef without valid source (#298)
1 parent d1a8da7 commit 4881586

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/wizards/commmap-wizards.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ export function communicationMappingWizard(
7676
if (!connections.has(key)) connections.set(key, []);
7777
connections.get(key)?.push(element);
7878
});
79-
if (controlBlocks.size === 0) {
80-
const key = ' | | ' + iedName;
81-
if (!connections.has(key)) connections.set(key, []);
82-
connections.get(key)?.push(element);
83-
}
8479
});
8580

8681
return [

0 commit comments

Comments
 (0)