We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6602b7d commit 2fcb97cCopy full SHA for 2fcb97c
services/static-webserver/client/source/class/osparc/Application.js
@@ -456,8 +456,6 @@ qx.Class.define("osparc.Application", {
456
osparc.data.Resources.getOne("profile")
457
.then(profile => {
458
if (profile) {
459
- osparc.NewUITracker.getInstance().checkNewUI();
460
-
461
this.__connectWebSocket();
462
463
if (osparc.auth.Data.getInstance().isGuest()) {
0 commit comments