Skip to content

Commit 63236a6

Browse files
committed
not needed
1 parent b83187a commit 63236a6

File tree

1 file changed

+0
-5
lines changed
  • services/static-webserver/client/source/class/osparc/data/model

1 file changed

+0
-5
lines changed

services/static-webserver/client/source/class/osparc/data/model/Workbench.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -734,11 +734,6 @@ qx.Class.define("osparc.data.model.Workbench", {
734734

735735
// Then populate them (this will avoid issues of connecting nodes that might not be created yet)
736736
this.__populateNodesData(workbenchData, workbenchUIData);
737-
738-
nodeIds.forEach(nodeId => {
739-
const node = this.getNode(nodeId);
740-
this.__giveUniqueNameToNode(node, node.getLabel());
741-
});
742737
});
743738
},
744739

0 commit comments

Comments
 (0)