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

This commit is contained in:
Alan Guo Xiang Tan
2021-06-25 11:20:03 +08:00
parent ff1c53dd6f
commit fd8016d678

View File

@@ -48,8 +48,6 @@ const TopicTrackingState = EmberObject.extend({
@on("init")
_setup() {
this.unreadSequence = [];
this.newSequence = [];
this.states = new Map();
this.messageIncrementCallbacks = {};
this.stateChangeCallbacks = {};