Remove logging
This commit is contained in:
parent
73e3a594ac
commit
4820a195ab
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ class RoomListStore extends Store {
|
||||||
|
|
||||||
_setState(newState) {
|
_setState(newState) {
|
||||||
this._state = Object.assign(this._state, newState);
|
this._state = Object.assign(this._state, newState);
|
||||||
console.info(this._state);
|
|
||||||
this.__emitChange();
|
this.__emitChange();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue