removed wrong logic from previous change

This commit is contained in:
pb
2024-03-29 17:53:48 +01:00
parent 10ec990a15
commit 95f0864bbb
2 changed files with 0 additions and 16 deletions

View File

@@ -624,7 +624,6 @@ func (ws Workspace) ConsumeMxGraphModel(xmlmodel MxGraphModel) (returned_wf *Wor
// all components in a map[string]Component where the key
// is the component's ID in the mxGraph and the value the Component object
returned_wf.UpdateObj(resObj,object.ID)
xmlmodel.removeMxCell(object.ID)
// Construct the object corresponding to the componant's type and use its addUserInput method
if(resObj.getRtype() == rtype.COMPUTING){