Remove logging

pull/21833/head
lukebarnard 2018-01-26 09:15:03 +01:00
parent 73e3a594ac
commit 4820a195ab
1 changed files with 0 additions and 1 deletions

View File

@ -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();
} }