remove comment

This commit is contained in:
Mutasem 2021-11-04 16:43:25 +01:00
parent 84b348978a
commit 4a5be0ade1

View file

@ -331,8 +331,6 @@ export const nodeBase = mixins(
});
},
__addNode (node: INodeUi) {
// TODO: Later move the node-connection definitions to a special file
let nodeTypeData = this.$store.getters.nodeType(node.type);
if (!nodeTypeData) {
// If node type is not know use by default the base.noOp data to display it