chore: junk

This commit is contained in:
cha0s 2020-06-25 07:43:44 -05:00
parent 06edd64559
commit 770db27eaa

View File

@ -18,10 +18,6 @@ export function behaviorTypes() {
defaultLiteral: true, defaultLiteral: true,
}, },
context: (context) => { context: (context) => {
if (context?._traits) {
debugger;
}
// console.log(context)
return { return {
...(context ? context.description() : {}), ...(context ? context.description() : {}),
children: { children: {