Skip to content

Commit 0dd19a0

Browse files
committed
don't duplicate
1 parent 2fb6663 commit 0dd19a0

File tree

1 file changed

+0
-2
lines changed
  • services/static-webserver/client/source/class/osparc/desktop

1 file changed

+0
-2
lines changed

services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ qx.Class.define("osparc.desktop.StudyEditor", {
241241
const nodeId = e.getData();
242242
this.nodeSelected(nodeId);
243243
}, this);
244-
245-
workbench.addListener("updateStudyDocument", e => this.updateStudyDocument(e.getData()), this);
246244
},
247245

248246
__setStudyDataInBackend: function(studyData) {

0 commit comments

Comments
 (0)