Remove GroupStore logging
This commit is contained in:
parent
6ec9e5f670
commit
e3a07be127
1 changed files with 0 additions and 1 deletions
|
@ -140,7 +140,6 @@ class GroupStore extends EventEmitter {
|
||||||
|
|
||||||
clientPromise.then((result) => {
|
clientPromise.then((result) => {
|
||||||
this._state[stateKey][groupId] = result;
|
this._state[stateKey][groupId] = result;
|
||||||
console.info(this._state);
|
|
||||||
this._ready[stateKey][groupId] = true;
|
this._ready[stateKey][groupId] = true;
|
||||||
this._notifyListeners();
|
this._notifyListeners();
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
|
|
Loading…
Reference in a new issue