diff --git a/src/engine/runtime.js b/src/engine/runtime.js index a36081d60..ece787638 100644 --- a/src/engine/runtime.js +++ b/src/engine/runtime.js @@ -523,8 +523,6 @@ class Runtime extends EventEmitter { for (const categoryInfo of this._blockInfo) { const {name, color1, color2} = categoryInfo; xmlParts.push(``); - // @todo only add this label for user-loaded extensions? - xmlParts.push(`'); }