From c3f2dead0421802e19ca5da5716e8e3d44230cdb Mon Sep 17 00:00:00 2001
From: rhenck <richard.henck@iqb.hu-berlin.de>
Date: Mon, 10 Jan 2022 17:27:00 +0100
Subject: [PATCH] [editor] Remove unused API call in html

---
 projects/editor/src/index.html | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/projects/editor/src/index.html b/projects/editor/src/index.html
index e873719cc..339373e79 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>
-- 
GitLab