Skip to content

Commit

Permalink
[ICP-CON import] Remove adjust full name of clamps
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillGutyrchik committed Oct 31, 2024
1 parent 7c960f4 commit c2488a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ProjectImportICP/ModulesImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,6 @@ public List<Terminal> CreatePageWithModuleClamps(WindowMacro macro, IOModuleInfo

var clamps = objects.OfType<Terminal>().ToList();

clamps.ForEach(c => nameService.SetVisibleNameAndAdjustFullName(currentPage, c, moduleNameProperties, $""));

return clamps;
}

Expand Down

0 comments on commit c2488a1

Please sign in to comment.