DEV: Remove unused attributes from topic-tracking-state.

This commit is contained in:
Alan Guo Xiang Tan
2021-06-28 11:02:49 +08:00
parent ff1c53dd6f
commit fd8016d678
@@ -48,8 +48,6 @@ const TopicTrackingState = EmberObject.extend({
@on("init")
_setup() {
this.unreadSequence = [];
this.newSequence = [];
this.states = new Map();
this.messageIncrementCallbacks = {};
this.stateChangeCallbacks = {};