Skip to content

Commit fd59f60

Browse files
committed
remove logs
1 parent 8992190 commit fd59f60

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ qx.Class.define("osparc.desktop.WorkbenchView", {
6161
},
6262

6363
__handleIframeStateChange: function(node, iframeLayout) {
64-
console.log("handleIframeStateChange", node.getNodeId(), iframeLayout, node.getStatus().getLockState().isLocked(), node.getStatus().getLockState().getCurrentUserGroupIds());
6564
iframeLayout.removeAll();
6665
if (node && node.getIFrame()) {
6766
const iFrame = node.getIFrame();

services/static-webserver/client/source/class/osparc/workbench/DiskUsageIndicator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ qx.Class.define("osparc.workbench.DiskUsageIndicator", {
105105
this._subscribe(node);
106106

107107
node.getStatus().bind("interactive", this, "visibility", {
108-
converter: state => state === "ready" ? "visible" : "hidden"
108+
converter: state => state === "ready" ? "visible" : "excluded"
109109
});
110110
},
111111

0 commit comments

Comments
 (0)