Skip to content

Commit 996809d

Browse files
committed
minor
1 parent a8a8046 commit 996809d

File tree

1 file changed

+0
-1
lines changed
  • services/static-webserver/client/source/class/osparc/study

1 file changed

+0
-1
lines changed

services/static-webserver/client/source/class/osparc/study/Utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ qx.Class.define("osparc.study.Utils", {
401401
// the was to guess the TI type is to check the boot mode of the ti-postpro in the pipeline
402402
const tiPostpro = Object.values(studyData["workbench"]).find(srv => srv.key.includes("ti-postpro"));
403403
if (tiPostpro && tiPostpro["bootOptions"]) {
404-
console.log(tiPostpro);
405404
switch (tiPostpro["bootOptions"]["boot_mode"]) {
406405
case "0":
407406
// classic TI

0 commit comments

Comments
 (0)