chore: dead code

This commit is contained in:
cha0s 2019-04-05 13:58:28 -04:00
parent 6b221837a7
commit 1cbce46561

View File

@ -14,7 +14,6 @@ export class Informed extends decorate(Trait) {
this._informState = I.Map();
this._sentSelf = false;
this._socket = undefined;
this.lastNearby = I.Set();
}
destroy() {