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) => {
|
||||
this._state[stateKey][groupId] = result;
|
||||
console.info(this._state);
|
||||
this._ready[stateKey][groupId] = true;
|
||||
this._notifyListeners();
|
||||
}).catch((err) => {
|
||||
|
|
Loading…
Reference in a new issue