Skip to content

Commit fa780a3

Browse files
committed
unused
1 parent 6e0be5d commit fa780a3

File tree

1 file changed

+0
-17
lines changed
  • services/static-webserver/client/source/class/osparc/jobs

1 file changed

+0
-17
lines changed

services/static-webserver/client/source/class/osparc/jobs/Info.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,4 @@ qx.Class.define("osparc.jobs.Info", {
4242
return win;
4343
}
4444
},
45-
46-
members: {
47-
_createChildControlImpl: function(id) {
48-
let control;
49-
switch (id) {
50-
case "job-info-viewer": {
51-
control = new osparc.ui.basic.JsonTreeWidget();
52-
const container = new qx.ui.container.Scroll();
53-
container.add(control);
54-
this._add(container);
55-
break;
56-
}
57-
}
58-
59-
return control || this.base(arguments, id);
60-
},
61-
}
6245
})

0 commit comments

Comments
 (0)