diff --git a/projects/editor/src/index.html b/projects/editor/src/index.html index e873719cc07547a3b3a0ff511d8321fa64cc0682..339373e79902f0298f6dd6133523a3248319230f 100644 --- a/projects/editor/src/index.html +++ b/projects/editor/src/index.html @@ -9,15 +9,6 @@ <link href="assets/roboto.css" rel="stylesheet"> <link href="assets/ptsans.css" rel="stylesheet"> <link href="assets/material-icons.css" rel="stylesheet"> - <script> - window.postMessage({ - type: 'voeStartCommand', - sessionId: 'dev', - unitDefinition: null, - unitDefinitionType: 'iqb-aspect-module@0.1.0', - editorConfig: {} - }, '*'); - </script> </head> <body> <editor-aspect></editor-aspect>