chore: junk

This commit is contained in:
cha0s 2020-06-22 04:53:06 -05:00
parent b9b956c408
commit d471066c7d

View File

@ -97,7 +97,6 @@ export default class Behaved extends decorate(Trait) {
},
traitAdded: (type) => {
console.log(flatten(this.entity.invokeHookFlat('contextTypeHints')))
flatten(this.entity.invokeHookFlat('contextTypeHints'))
.forEach(([key, type]) => this._context.add(key, undefined, type));
},