Removed stray logging

This commit is contained in:
Stefan Zermatten
2020-05-31 22:36:27 +02:00
parent 21b823f85c
commit b04b915c7b
6 changed files with 0 additions and 13 deletions

View File

@@ -107,7 +107,6 @@
let allowed = isParentAllowed({parentType, childType});
return allowed;
},
log: console.log,
},
};
</script>