From 770db27eaa277eed65538bdfabfa6ed7a281a142 Mon Sep 17 00:00:00 2001 From: cha0s Date: Thu, 25 Jun 2020 07:43:44 -0500 Subject: [PATCH] chore: junk --- packages/behavior/types.hooks.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/behavior/types.hooks.js b/packages/behavior/types.hooks.js index ee6b287..4d4af50 100644 --- a/packages/behavior/types.hooks.js +++ b/packages/behavior/types.hooks.js @@ -18,10 +18,6 @@ export function behaviorTypes() { defaultLiteral: true, }, context: (context) => { - if (context?._traits) { - debugger; - } - // console.log(context) return { ...(context ? context.description() : {}), children: {