chore: remove assert

This commit is contained in:
cha0s 2019-10-01 20:48:47 -05:00
parent a5a09cbcba
commit bf01a5d86b

View File

@ -133,9 +133,6 @@ export class Alive extends decorate(Trait) {
this._context
)
this._dyingTickingPromise.then(() => {
if (!this.entity.is('existent')) {
throw new Error("STATE PROBLEM: non-existent entity up for death");
}
this.entity.destroy();
});
},