Remove logging

This commit is contained in:
lukebarnard
2018-01-26 09:15:03 +01:00
parent 73e3a594ac
commit 4820a195ab
-1
View File
@@ -46,7 +46,6 @@ class RoomListStore extends Store {
_setState(newState) {
this._state = Object.assign(this._state, newState);
console.info(this._state);
this.__emitChange();
}