Remove GroupStore logging
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user