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 a8a8046 commit 996809dCopy full SHA for 996809d
services/static-webserver/client/source/class/osparc/study/Utils.js
@@ -401,7 +401,6 @@ qx.Class.define("osparc.study.Utils", {
401
// the was to guess the TI type is to check the boot mode of the ti-postpro in the pipeline
402
const tiPostpro = Object.values(studyData["workbench"]).find(srv => srv.key.includes("ti-postpro"));
403
if (tiPostpro && tiPostpro["bootOptions"]) {
404
- console.log(tiPostpro);
405
switch (tiPostpro["bootOptions"]["boot_mode"]) {
406
case "0":
407
// classic TI
0 commit comments