kill console

This commit is contained in:
burnettk 2022-10-28 13:51:03 -04:00
parent 1ab289194c
commit d6546a862d
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ export default class IoInterceptor extends CommandInterceptor {
if (context.shape.di.$parent) {
collectionRemove(context.shape.di.$parent.planeElement, context.shape.di);
}
console.log("inputs/outputs", ioSpec.dataInputs, ioSpec.dataOutputs)
if (ioSpec.dataInputs.length === 0 && ioSpec.dataOutputs.length === 0) {
process.ioSpecification = null;
}