Skip to content

Commit 6f8afa6

Browse files
committed
unused
1 parent 54189ee commit 6f8afa6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

services/static-webserver/client/source/class/osparc/info/ServiceLarge.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -457,12 +457,6 @@ qx.Class.define("osparc.info.ServiceLarge", {
457457
return resourcesLayout;
458458
},
459459

460-
__createRawMetadata: function() {
461-
const container = new qx.ui.container.Scroll();
462-
container.add(new osparc.ui.basic.JsonTreeWidget(this.getService(), "serviceDescriptionSettings"));
463-
return container;
464-
},
465-
466460
__openIconEditor: function() {
467461
const iconEditor = new osparc.widget.Renamer(this.getService()["icon"], null, this.tr("Edit Icon"));
468462
iconEditor.addListener("labelChanged", e => {

0 commit comments

Comments
 (0)