mirror of https://github.com/vector-im/riot-web
Remove logging
parent
73e3a594ac
commit
4820a195ab
|
@ -46,7 +46,6 @@ class RoomListStore extends Store {
|
|||
|
||||
_setState(newState) {
|
||||
this._state = Object.assign(this._state, newState);
|
||||
console.info(this._state);
|
||||
this.__emitChange();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue