Skip to content

Commit 6d9a258

Browse files
committed
undo
1 parent 25193a7 commit 6d9a258

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,7 @@ qx.Class.define("osparc.desktop.MainPageHandler", {
9898
// check if there is any linked node missing
9999
if (osparc.study.Utils.isAnyLinkedNodeMissing(studyData)) {
100100
const msg = `${qx.locale.Manager.tr("We encountered an issue with the")} ${studyAlias} <br>${qx.locale.Manager.tr("Please contact support.")}`;
101-
if (osparc.utils.Utils.isDevelopmentPlatform()) {
102-
osparc.FlashMessenger.logError(msg);
103-
} else {
104-
throw new Error(msg);
105-
}
101+
throw new Error(msg);
106102
}
107103

108104
this.setLoadingPageHeader(qx.locale.Manager.tr("Loading ") + studyData.name);

0 commit comments

Comments
 (0)